Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp25 bool IsBase; member in __anon57d642af0111::TypeIndexer
33 : IndexCtx(indexCtx), Parent(parent), ParentDC(DC), IsBase(isBase) { in TypeIndexer()
34 if (IsBase) { in TypeIndexer()
67 if (IsBase) { in VisitTypedefTypeLoc()
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DDescriptor.cpp78 Desc->IsBase = false; in ctorArrayDesc()
127 auto CtorSub = [=](unsigned SubOff, Descriptor *F, bool IsBase) { in ctorRecord() argument
131 Desc->IsInitialized = F->IsArray && !IsBase; in ctorRecord()
132 Desc->IsBase = IsBase; in ctorRecord()
H A DDescriptor.h69 unsigned IsBase : 1; member
H A DPointer.h271 bool isBaseClass() const { return isField() && getInlineDesc()->IsBase; } in isBaseClass()
H A DInterpFrame.cpp44 ID->IsBase = false; in InterpFrame()
H A DEvalEmitter.cpp63 Desc.IsBase = false; in createLocal()
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp152 bool expandAddress(SystemZAddressingMode &AM, bool IsBase) const;
411 static void changeComponent(SystemZAddressingMode &AM, bool IsBase, in changeComponent() argument
413 if (IsBase) in changeComponent()
422 static bool expandAdjDynAlloc(SystemZAddressingMode &AM, bool IsBase, in expandAdjDynAlloc() argument
425 changeComponent(AM, IsBase, Value); in expandAdjDynAlloc()
446 static bool expandDisp(SystemZAddressingMode &AM, bool IsBase, in expandDisp() argument
451 changeComponent(AM, IsBase, Op0); in expandDisp()
462 bool IsBase) const { in expandAddress()
463 SDValue N = IsBase ? AM.Base : AM.Index; in expandAddress()
477 return expandAdjDynAlloc(AM, IsBase, Op1); in expandAddress()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h23 IsBase, enumerator
72 KIND(LVTypeKind, IsBase);
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVType.cpp88 {LVTypeKind::IsBase, &LVType::getIsBase},
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1336 const MemRegion *Target, bool IsBase, in getCXXDestructorCall() argument
1338 return create<CXXDestructorCall>(DD, Trigger, Target, IsBase, State, LCtx); in getCXXDestructorCall()
/openbsd-src/gnu/llvm/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp391 clEnumValN(LVTypeKind::IsBase, "Base", "Base Type (int, bool, etc.)."),
/openbsd-src/gnu/llvm/clang/docs/
H A DConstantInterpreter.rst200 * **IsBase**: flag indicating whether the record is a base class. In that