Home
last modified time | relevance | path

Searched defs:isBitField (Results 1 – 5 of 5) sorted by relevance

/external/clang/utils/ABITest/
DTypeGen.py21 def isBitField(self): member in Type
39 def isBitField(self): member in BuiltinType
/external/clang/lib/CodeGen/
DCGValue.h248 bool isBitField() const { return LVType == BitField; } in isBitField() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h660 bool isBitField() const { return getFlags() & FlagBitField; } in isBitField() function
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h533 AST_MATCHER(FieldDecl, isBitField) { in AST_MATCHER() argument
/external/clang/include/clang/AST/
DDecl.h2361 bool isBitField() const { in isBitField() function