/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | PointerIntPair.h | 45 class PointerIntPair { 51 constexpr PointerIntPair() = default; 53 PointerIntPair(PointerTy PtrVal, IntType IntVal) { in PointerIntPair() function 57 explicit PointerIntPair(PointerTy PtrVal) { initWithPointer(PtrVal); } in PointerIntPair() function 81 return const_cast<PointerIntPair *>(this)->getAddrOfPointer(); in getAddrOfPointer() 97 static PointerIntPair getFromOpaqueValue(void *V) { in getFromOpaqueValue() 98 PointerIntPair P; in getFromOpaqueValue() 105 static PointerIntPair getFromOpaqueValue(const void *V) { in getFromOpaqueValue() 110 bool operator==(const PointerIntPair &RHS) const { 114 bool operator!=(const PointerIntPair &RHS) const { [all …]
|
H A D | ilist_node_base.h | 36 PointerIntPair<ilist_node_base *, 1> PrevAndSentinel;
|
H A D | fallible_iterator.h | 215 mutable PointerIntPair<Error *, 1> ErrState;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/ |
H A D | DWARFLinkerDeclContext.cpp | 43 PointerIntPair<DeclContext *, 1> 55 return PointerIntPair<DeclContext *, 1>(nullptr); in getChildDeclContext() 59 return PointerIntPair<DeclContext *, 1>(&Context); in getChildDeclContext() 65 return PointerIntPair<DeclContext *, 1>(nullptr); in getChildDeclContext() 79 return PointerIntPair<DeclContext *, 1>(nullptr); in getChildDeclContext() 101 return PointerIntPair<DeclContext *, 1>(nullptr); in getChildDeclContext() 140 return PointerIntPair<DeclContext *, 1>(nullptr); in getChildDeclContext() 176 return PointerIntPair<DeclContext *, 1>(*ContextIter, /* Invalid= */ 1); in getChildDeclContext() 186 return PointerIntPair<DeclContext *, 1>(*ContextIter, /* Invalid= */ 1); in getChildDeclContext() 188 return PointerIntPair<DeclContext *, 1>(*ContextIter); in getChildDeclContext()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | ObjCMethodList.h | 28 llvm::PointerIntPair<ObjCMethodDecl *, 1> MethodAndHasMoreThanOneDecl; 30 llvm::PointerIntPair<ObjCMethodList *, 2> NextAndExtraBits;
|
H A D | ScopeInfo.h | 191 using SwitchInfo = llvm::PointerIntPair<SwitchStmt*, 1, bool>; 261 using BaseInfoTy = llvm::PointerIntPair<const NamedDecl *, 1, bool>; 339 llvm::PointerIntPair<const Expr *, 1, bool> Rep;
|
H A D | SemaConcept.h | 87 using CompoundConstraint = llvm::PointerIntPair<
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | PtrUseVisitor.h | 113 PointerIntPair<Instruction *, 1, bool> AbortedInfo, EscapedInfo; 130 using UseAndIsOffsetKnownPair = PointerIntPair<Use *, 1, bool>;
|
H A D | MemoryDependenceAnalysis.h | 288 using ValueIsLoadPair = PointerIntPair<const Value *, 1, bool>; 295 using BBSkipFirstBlockPair = PointerIntPair<BasicBlock *, 1, bool>;
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | ScheduleDAGInstrs.h | 108 struct UnderlyingObject : PointerIntPair<ValueType, 1, bool> { 110 : PointerIntPair<ValueType, 1, bool>(V, MayAlias) {} in UnderlyingObject()
|
H A D | SwiftErrorValueTracking.h | 56 llvm::DenseMap<PointerIntPair<const Instruction *, 1, bool>, Register>
|
H A D | DwarfStringPoolEntry.h | 32 PointerIntPair<const StringMapEntry<DwarfStringPoolEntry> *, 1, bool>
|
H A D | DbgEntityHistoryCalculator.h | 93 PointerIntPair<const MachineInstr *, 1, EntryKind> Instr;
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | DeclContextInternals.h | 38 using DeclsAndHasExternalTy = llvm::PointerIntPair<Decls, 1, bool>; 302 llvm::PointerIntPair<StoredDeclsMap*, 1> Previous;
|
H A D | LambdaCapture.h | 49 llvm::PointerIntPair<Decl*, 3> DeclAndBits;
|
H A D | TemplateName.h | 401 llvm::PointerIntPair<NestedNameSpecifier *, 1> Qualifier; 456 llvm::PointerIntPair<NestedNameSpecifier *, 1, bool> Qualifier;
|
H A D | VTTBuilder.h | 33 llvm::PointerIntPair<const CXXRecordDecl *, 1, bool> BaseAndIsVirtual;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | SwiftErrorValueTracking.cpp | 52 auto Key = PointerIntPair<const Instruction *, 1, bool>(I, true); in getOrCreateVRegDefAt() 67 auto Key = PointerIntPair<const Instruction *, 1, bool>(I, false); in getOrCreateVRegUseAt()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
H A D | MCSectionELF.h | 44 const PointerIntPair<const MCSymbolELF *, 1, bool> Group;
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
H A D | ModuleLoader.h | 49 llvm::PointerIntPair<Module *, 2, LoadResultKind> Storage;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFixIrreducibleControlFlow.cpp | 417 DenseMap<PointerIntPair<MachineBasicBlock *, 1, bool>, MachineBasicBlock *> in makeSingleEntryLoop() 430 DenseMap<PointerIntPair<MachineBasicBlock *, 1, bool>, MachineBasicBlock *> in makeSingleEntryLoop()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | CFGUpdate.h | 28 using NodeKindPair = PointerIntPair<NodePtr, 1, UpdateKind>;
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/ |
H A D | ProgramPoint.h | 91 llvm::PointerIntPair<const void *, 2, unsigned> Data2; 95 llvm::PointerIntPair<const LocationContext *, 2, unsigned> L; 97 llvm::PointerIntPair<const ProgramPointTag *, 2, unsigned> Tag;
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | Linkage.h | 86 llvm::PointerIntPair<const NamedDecl *,
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/ |
H A D | VerifyDiagnosticConsumer.h | 281 llvm::PointerIntPair<const FileEntry *, 1, bool> Data;
|