Home
last modified time | relevance | path

Searched refs:IsBase (Results 1 – 11 of 11) sorted by relevance

/external/clang/lib/Index/
DIndexTypeSourceInfo.cpp22 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/
DSystemZISelDAGToDAG.cpp151 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/
DIndexTypeSourceInfo.cpp22 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/
DDescriptor.cpp72 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()
DDescriptor.h176 unsigned IsBase : 1; member
DPointer.h244 bool isBaseClass() const { return isField() && getInlineDesc()->IsBase; } in isBaseClass()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp152 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/
DSystemZISelDAGToDAG.cpp152 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/
DCallEvent.h1069 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/
DCallEvent.h1417 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/
DConstantInterpreter.rst200 * **IsBase**: flag indicating whether the record is a base class. In that