| /freebsd-14.2/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexTypeSourceInfo.cpp | 25 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 D | Descriptor.cpp | 89 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 D | Descriptor.h | 69 unsigned IsBase : 1; member
|
| H A D | EvalEmitter.cpp | 71 Desc.IsBase = false; in createLocal()
|
| H A D | InterpFrame.cpp | 45 ID->IsBase = false; in InterpFrame()
|
| H A D | Pointer.h | 325 bool isBaseClass() const { return isField() && getInlineDesc()->IsBase; } in isBaseClass()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelDAGToDAG.cpp | 416 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 D | LVType.h | 23 IsBase, enumerator 72 KIND(LVTypeKind, IsBase);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVType.cpp | 88 {LVTypeKind::IsBase, &LVType::getIsBase},
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CallEvent.h | 1378 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 D | Options.cpp | 391 clEnumValN(LVTypeKind::IsBase, "Base", "Base Type (int, bool, etc.)."),
|