Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp25 bool IsBase; member in __anon28bf610e0111::TypeIndexer
33 : IndexCtx(indexCtx), Parent(parent), ParentDC(DC), IsBase(isBase) { in TypeIndexer()
34 if (IsBase) { in TypeIndexer()
67 if (IsBase) { in VisitTypedefTypeLoc()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.cpp89 Desc->IsBase = false; in ctorArrayDesc()
139 auto CtorSub = [=](unsigned SubOff, Descriptor *F, bool IsBase) { in ctorRecord() argument
143 Desc->IsInitialized = F->IsArray && !IsBase; in ctorRecord()
144 Desc->IsBase = IsBase; in ctorRecord()
H A DDescriptor.h69 unsigned IsBase : 1; member
H A DEvalEmitter.cpp71 Desc.IsBase = false; in createLocal()
H A DInterpFrame.cpp45 ID->IsBase = false; in InterpFrame()
H A DPointer.h325 bool isBaseClass() const { return isField() && getInlineDesc()->IsBase; } in isBaseClass()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp416 if (IsBase) in changeComponent()
428 changeComponent(AM, IsBase, Value); in expandAdjDynAlloc()
454 changeComponent(AM, IsBase, Op0); in expandDisp()
465 bool IsBase) const { in expandAddress()
466 SDValue N = IsBase ? AM.Base : AM.Index; in expandAddress()
481 return expandAdjDynAlloc(AM, IsBase, Op1); in expandAddress()
483 return expandAdjDynAlloc(AM, IsBase, Op0); in expandAddress()
486 return expandDisp(AM, IsBase, Op1, in expandAddress()
489 return expandDisp(AM, IsBase, Op0, in expandAddress()
492 if (IsBase && expandIndex(AM, Op0, Op1)) in expandAddress()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h23 IsBase, enumerator
72 KIND(LVTypeKind, IsBase);
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVType.cpp88 {LVTypeKind::IsBase, &LVType::getIsBase},
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1378 const MemRegion *Target, bool IsBase, in getCXXDestructorCall() argument
1381 return create<CXXDestructorCall>(DD, Trigger, Target, IsBase, State, LCtx, in getCXXDestructorCall()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp391 clEnumValN(LVTypeKind::IsBase, "Base", "Base Type (int, bool, etc.)."),