Home
last modified time | relevance | path

Searched defs:IsBitField (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp620 bool IsBitField = false; in GetFieldInfo() local
652 bool IsBitField = false; in GetFieldInfo() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp778 bool IsBitField = false; in GetFieldInfo() local
810 bool IsBitField = false; in GetFieldInfo() local
/aosp_15_r20/development/vndk/tools/header-checker/src/repr/
H A Dir_representation.h403 bool IsBitField() const { return is_bit_field_; } in IsBitField() function