Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp26 bool IsBase; member in __anon05ca7ad80111::TypeIndexer
34 : IndexCtx(indexCtx), Parent(parent), ParentDC(DC), IsBase(isBase) { in TypeIndexer()
35 if (IsBase) { in TypeIndexer()
68 if (IsBase) { in VisitTypedefTypeLoc()
/freebsd/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 …]
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DDescriptor.h91 unsigned IsBase : 1;
116 IsBase(false), IsActive(false), IsFieldMutable(false), in InlineDescriptor()
H A DDynamicAllocator.cpp83 ID->IsBase = false; in allocate()
H A DDescriptor.cpp101 Desc->IsBase = false; in ctorArrayDesc()
159 Desc->IsBase = false; in initField()
183 Desc->IsBase = true; in initBase()
H A DEvalEmitter.cpp108 Desc.IsBase = false; in createLocal()
H A DDisasm.cpp443 OS << "IsBase: " << IsBase << "\n"; in dump()
H A DPointer.h558 bool isBaseClass() const { return isField() && getInlineDesc()->IsBase; } in isBaseClass()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h24 IsBase, enumerator
76 KIND(LVTypeKind, IsBase);
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVType.cpp88 {LVTypeKind::IsBase, &LVType::getIsBase},
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1457 const MemRegion *Target, bool IsBase, in getCXXDestructorCall() argument
1460 return create<CXXDestructorCall>(DD, Trigger, Target, IsBase, State, LCtx, in getCXXDestructorCall()
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp395 clEnumValN(LVTypeKind::IsBase, "Base", "Base Type (int, bool, etc.)."),