Searched refs:IsBase (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp22 bool IsBase; member in class:__anon692::TypeIndexer
30 : IndexCtx(indexCtx), Parent(parent), ParentDC(DC), IsBase(isBase) {
31 if (IsBase) {
64 if (IsBase) {
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DDescriptor.cpp72 Desc->IsBase = false;
120 auto CtorSub = [=](unsigned SubOff, Descriptor *F, bool IsBase) {
124 Desc->IsInitialized = (B->isStatic() || F->IsArray) && !IsBase;
125 Desc->IsBase = IsBase;
H A DDescriptor.h176 unsigned IsBase : 1; member in struct:clang::interp::InlineDescriptor
H A DPointer.h244 bool isBaseClass() const { return isField() && getInlineDesc()->IsBase; }
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp150 // Try to fold more of the base or index of AM into AM, where IsBase
152 bool expandAddress(SystemZAddressingMode &AM, bool IsBase) const;
406 // Change the base or index in AM to Value, where IsBase selects
408 static void changeComponent(SystemZAddressingMode &AM, bool IsBase, argument
410 if (IsBase)
417 // where IsBase selects between the base and index. Try to fold the
419 static bool expandAdjDynAlloc(SystemZAddressingMode &AM, bool IsBase, argument
422 changeComponent(AM, IsBase, Value);
441 // The base or index of AM is equivalent to Op0 + Op1, where IsBase selects
443 static bool expandDisp(SystemZAddressingMode &AM, bool IsBase, argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1417 const MemRegion *Target, bool IsBase,
1419 return create<CXXDestructorCall>(DD, Trigger, Target, IsBase, State, LCtx);
1416 getCXXDestructorCall(const CXXDestructorDecl *DD, const Stmt *Trigger, const MemRegion *Target, bool IsBase, ProgramStateRef State, const LocationContext *LCtx) argument

Completed in 205 milliseconds