| /openbsd-src/gnu/llvm/clang/lib/Index/ |
| H A D | IndexTypeSourceInfo.cpp | 25 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 D | Descriptor.cpp | 78 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 D | Descriptor.h | 69 unsigned IsBase : 1; member
|
| H A D | Pointer.h | 271 bool isBaseClass() const { return isField() && getInlineDesc()->IsBase; } in isBaseClass()
|
| H A D | InterpFrame.cpp | 44 ID->IsBase = false; in InterpFrame()
|
| H A D | EvalEmitter.cpp | 63 Desc.IsBase = false; in createLocal()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelDAGToDAG.cpp | 152 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 D | LVType.h | 23 IsBase, enumerator 72 KIND(LVTypeKind, IsBase);
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVType.cpp | 88 {LVTypeKind::IsBase, &LVType::getIsBase},
|
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CallEvent.h | 1336 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 D | Options.cpp | 391 clEnumValN(LVTypeKind::IsBase, "Base", "Base Type (int, bool, etc.)."),
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | ConstantInterpreter.rst | 200 * **IsBase**: flag indicating whether the record is a base class. In that
|