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

/openbsd-current/gnu/llvm/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp25 bool IsBase; member in class:__anon682::TypeIndexer
33 : IndexCtx(indexCtx), Parent(parent), ParentDC(DC), IsBase(isBase) {
34 if (IsBase) {
67 if (IsBase) {
/openbsd-current/gnu/llvm/clang/lib/AST/Interp/
H A DDescriptor.cpp78 Desc->IsBase = false;
127 auto CtorSub = [=](unsigned SubOff, Descriptor *F, bool IsBase) {
131 Desc->IsInitialized = F->IsArray && !IsBase;
132 Desc->IsBase = IsBase;
H A DDescriptor.h69 unsigned IsBase : 1; member in struct:clang::interp::InlineDescriptor
H A DInterpFrame.cpp44 ID->IsBase = false;
H A DPointer.h271 bool isBaseClass() const { return isField() && getInlineDesc()->IsBase; }
H A DEvalEmitter.cpp63 Desc.IsBase = false;
/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h23 IsBase, member in class:llvm::logicalview::LVTypeKind
72 KIND(LVTypeKind, IsBase);
/openbsd-current/gnu/llvm/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;
409 // Change the base or index in AM to Value, where IsBase selects
411 static void changeComponent(SystemZAddressingMode &AM, bool IsBase, argument
413 if (IsBase)
420 // where IsBase selects between the base and index. Try to fold the
422 static bool expandAdjDynAlloc(SystemZAddressingMode &AM, bool IsBase, argument
425 changeComponent(AM, IsBase, Value);
444 // The base or index of AM is equivalent to Op0 + Op1, where IsBase selects
446 static bool expandDisp(SystemZAddressingMode &AM, bool IsBase, argument
[all...]
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVType.cpp88 {LVTypeKind::IsBase, &LVType::getIsBase},
/openbsd-current/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1336 const MemRegion *Target, bool IsBase,
1338 return create<CXXDestructorCall>(DD, Trigger, Target, IsBase, State, LCtx);
1335 getCXXDestructorCall(const CXXDestructorDecl *DD, const Stmt *Trigger, const MemRegion *Target, bool IsBase, ProgramStateRef State, const LocationContext *LCtx) argument
/openbsd-current/gnu/llvm/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp391 clEnumValN(LVTypeKind::IsBase, "Base", "Base Type (int, bool, etc.)."),

Completed in 140 milliseconds