Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp25 bool IsBase; member in __anon707677ad0111::TypeIndexer
33 : IndexCtx(indexCtx), Parent(parent), ParentDC(DC), IsBase(isBase) { in TypeIndexer()
34 if (IsBase) { in TypeIndexer()
67 if (IsBase) { in VisitTypedefTypeLoc()
/src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp152 bool expandAddress(SystemZAddressingMode &AM, bool IsBase) const;
429 static void changeComponent(SystemZAddressingMode &AM, bool IsBase, in changeComponent() argument
431 if (IsBase) in changeComponent()
440 static bool expandAdjDynAlloc(SystemZAddressingMode &AM, bool IsBase, in expandAdjDynAlloc() argument
443 changeComponent(AM, IsBase, Value); in expandAdjDynAlloc()
464 static bool expandDisp(SystemZAddressingMode &AM, bool IsBase, in expandDisp() argument
469 changeComponent(AM, IsBase, Op0); in expandDisp()
480 bool IsBase) const { in expandAddress()
481 SDValue N = IsBase ? AM.Base : AM.Index; in expandAddress()
496 return expandAdjDynAlloc(AM, IsBase, Op1); in expandAddress()
[all …]
/src/contrib/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.h85 unsigned IsBase : 1;
99 IsBase(false), IsActive(false), IsFieldMutable(false), Desc(D) {} in InlineDescriptor()
H A DDescriptor.cpp100 Desc->IsBase = false; in ctorArrayDesc()
154 Desc->IsBase = false; in initField()
175 Desc->IsBase = true; in initBase()
H A DDynamicAllocator.cpp76 ID->IsBase = false; in allocate()
H A DEvalEmitter.cpp96 Desc.IsBase = false; in createLocal()
H A DDisasm.cpp251 OS << "IsBase: " << IsBase << "\n"; in dump()
H A DPointer.h489 bool isBaseClass() const { return isField() && getInlineDesc()->IsBase; } in isBaseClass()
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h23 IsBase, enumerator
72 KIND(LVTypeKind, IsBase);
/src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVType.cpp88 {LVTypeKind::IsBase, &LVType::getIsBase},
/src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1450 const MemRegion *Target, bool IsBase, in getCXXDestructorCall() argument
1453 return create<CXXDestructorCall>(DD, Trigger, Target, IsBase, State, LCtx, in getCXXDestructorCall()
/src/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp391 clEnumValN(LVTypeKind::IsBase, "Base", "Base Type (int, bool, etc.)."),