/external/clang/lib/Index/ |
D | IndexTypeSourceInfo.cpp | 22 bool IsBase; member in __anonc2288b210111::TypeIndexer 30 : IndexCtx(indexCtx), Parent(parent), ParentDC(DC), IsBase(isBase) { in TypeIndexer() 31 if (IsBase) { in TypeIndexer()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 151 bool expandAddress(SystemZAddressingMode &AM, bool IsBase) const; 382 static void changeComponent(SystemZAddressingMode &AM, bool IsBase, in changeComponent() argument 384 if (IsBase) in changeComponent() 393 static bool expandAdjDynAlloc(SystemZAddressingMode &AM, bool IsBase, in expandAdjDynAlloc() argument 396 changeComponent(AM, IsBase, Value); in expandAdjDynAlloc() 417 static bool expandDisp(SystemZAddressingMode &AM, bool IsBase, in expandDisp() argument 422 changeComponent(AM, IsBase, Op0); in expandDisp() 433 bool IsBase) const { in expandAddress() 434 SDValue N = IsBase ? AM.Base : AM.Index; in expandAddress() 448 return expandAdjDynAlloc(AM, IsBase, Op1); in expandAddress() [all …]
|
/external/llvm-project/clang/lib/Index/ |
D | IndexTypeSourceInfo.cpp | 22 bool IsBase; member in __anona33c700f0111::TypeIndexer 30 : IndexCtx(indexCtx), Parent(parent), ParentDC(DC), IsBase(isBase) { in TypeIndexer() 31 if (IsBase) { in TypeIndexer() 64 if (IsBase) { in VisitTypedefTypeLoc()
|
/external/llvm-project/clang/lib/AST/Interp/ |
D | Descriptor.cpp | 72 Desc->IsBase = false; in ctorArrayDesc() 120 auto CtorSub = [=](unsigned SubOff, Descriptor *F, bool IsBase) { in ctorRecord() argument 124 Desc->IsInitialized = (B->isStatic() || F->IsArray) && !IsBase; in ctorRecord() 125 Desc->IsBase = IsBase; in ctorRecord()
|
D | Descriptor.h | 176 unsigned IsBase : 1; member
|
D | Pointer.h | 244 bool isBaseClass() const { return isField() && getInlineDesc()->IsBase; } in isBaseClass()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 152 bool expandAddress(SystemZAddressingMode &AM, bool IsBase) const; 404 static void changeComponent(SystemZAddressingMode &AM, bool IsBase, in changeComponent() argument 406 if (IsBase) in changeComponent() 415 static bool expandAdjDynAlloc(SystemZAddressingMode &AM, bool IsBase, in expandAdjDynAlloc() argument 418 changeComponent(AM, IsBase, Value); in expandAdjDynAlloc() 439 static bool expandDisp(SystemZAddressingMode &AM, bool IsBase, in expandDisp() argument 444 changeComponent(AM, IsBase, Op0); in expandDisp() 455 bool IsBase) const { in expandAddress() 456 SDValue N = IsBase ? AM.Base : AM.Index; in expandAddress() 470 return expandAdjDynAlloc(AM, IsBase, Op1); in expandAddress() [all …]
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 152 bool expandAddress(SystemZAddressingMode &AM, bool IsBase) const; 408 static void changeComponent(SystemZAddressingMode &AM, bool IsBase, in changeComponent() argument 410 if (IsBase) in changeComponent() 419 static bool expandAdjDynAlloc(SystemZAddressingMode &AM, bool IsBase, in expandAdjDynAlloc() argument 422 changeComponent(AM, IsBase, Value); in expandAdjDynAlloc() 443 static bool expandDisp(SystemZAddressingMode &AM, bool IsBase, in expandDisp() argument 448 changeComponent(AM, IsBase, Op0); in expandDisp() 459 bool IsBase) const { in expandAddress() 460 SDValue N = IsBase ? AM.Base : AM.Index; in expandAddress() 474 return expandAdjDynAlloc(AM, IsBase, Op1); in expandAddress() [all …]
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | CallEvent.h | 1069 const MemRegion *Target, bool IsBase, in getCXXDestructorCall() argument 1071 return create<CXXDestructorCall>(DD, Trigger, Target, IsBase, State, LCtx); in getCXXDestructorCall()
|
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | CallEvent.h | 1417 const MemRegion *Target, bool IsBase, in getCXXDestructorCall() argument 1419 return create<CXXDestructorCall>(DD, Trigger, Target, IsBase, State, LCtx); in getCXXDestructorCall()
|
/external/llvm-project/clang/docs/ |
D | ConstantInterpreter.rst | 200 * **IsBase**: flag indicating whether the record is a base class. In that
|