| /freebsd/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexTypeSourceInfo.cpp | 26 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 D | SystemZISelDAGToDAG.cpp | 152 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 D | Descriptor.h | 91 unsigned IsBase : 1; 116 IsBase(false), IsActive(false), IsFieldMutable(false), in InlineDescriptor()
|
| H A D | DynamicAllocator.cpp | 83 ID->IsBase = false; in allocate()
|
| H A D | Descriptor.cpp | 101 Desc->IsBase = false; in ctorArrayDesc() 159 Desc->IsBase = false; in initField() 183 Desc->IsBase = true; in initBase()
|
| H A D | EvalEmitter.cpp | 108 Desc.IsBase = false; in createLocal()
|
| H A D | Disasm.cpp | 443 OS << "IsBase: " << IsBase << "\n"; in dump()
|
| H A D | Pointer.h | 558 bool isBaseClass() const { return isField() && getInlineDesc()->IsBase; } in isBaseClass()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVType.h | 24 IsBase, enumerator 76 KIND(LVTypeKind, IsBase);
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVType.cpp | 88 {LVTypeKind::IsBase, &LVType::getIsBase},
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CallEvent.h | 1457 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 D | Options.cpp | 395 clEnumValN(LVTypeKind::IsBase, "Base", "Base Type (int, bool, etc.)."),
|