Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp22 bool IsBase; member in __anonf88ccce30111::TypeIndexer
30 : IndexCtx(indexCtx), Parent(parent), ParentDC(DC), IsBase(isBase) { in TypeIndexer()
31 if (IsBase) { in TypeIndexer()
64 if (IsBase) { in VisitTypedefTypeLoc()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A 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()
H A DDescriptor.h176 unsigned IsBase : 1; member
H A DPointer.h244 bool isBaseClass() const { return isField() && getInlineDesc()->IsBase; } in isBaseClass()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A 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 …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1417 const MemRegion *Target, bool IsBase, in getCXXDestructorCall() argument
1419 return create<CXXDestructorCall>(DD, Trigger, Target, IsBase, State, LCtx); in getCXXDestructorCall()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DConstantInterpreter.rst200 * **IsBase**: flag indicating whether the record is a base class. In that