/openbsd/gnu/llvm/compiler-rt/lib/ubsan/ |
H A D | ubsan_diag.h | 22 SymbolizedStack *Stack; variable 31 : Stack(Stack) {} in Stack() argument 72 Location(const SymbolizedStackHolder &Stack) : in Location()
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | SyncDependenceAnalysis.cpp | 159 static void computeStackPO(BlockStack &Stack, const LoopInfo &LI, Loop *Loop, in computeStackPO() 215 BlockStack Stack; in computeTopLevelPO() local 224 std::vector<const BasicBlock *> Stack; in computeLoopPO() local
|
H A D | PhiValues.cpp | 50 SmallVectorImpl<const PHINode *> &Stack) { in processPhi() 128 SmallVector<const PHINode *, 8> Stack; in getValuesForPhi() local
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/ |
H A D | template15.C | 14 template<class T> Stack<T>::Stack(int s) in Stack() function
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/ |
H A D | dtor3.C | 11 Stack() { new (Data) T(); } in Stack() function
|
H A D | template26.C | 15 Stack(): nobjects(0) {} in Stack() function
|
/openbsd/gnu/llvm/llvm/lib/BinaryFormat/ |
H A D | MsgPackDocument.cpp | 132 SmallVector<StackLevel, 4> Stack; in readFromBlob() local 251 SmallVector<WriterStackLevel, 4> Stack; in writeToBlob() local
|
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/AsmParser/ |
H A D | WebAssemblyAsmTypeCheck.h | 31 SmallVector<wasm::ValType, 8> Stack; variable
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | WorkList.cpp | 37 SmallVector<WorkListUnit, 20> Stack; member in __anon76556edb0111::DFS 93 SmallVector<WorkListUnit, 20> Stack; member in __anon76556edb0211::BFSBlockDFSContents
|
/openbsd/gnu/llvm/clang/docs/ |
H A D | HardwareAssistedAddressSanitizerDesign.rst | 135 Stack section in Instrumentation
|
/openbsd/gnu/llvm/llvm/tools/llvm-profgen/ |
H A D | PerfReader.cpp | 179 T &Stack) { in collectSamplesFromFrame() 197 UnwindState::ProfiledFrame *Cur, T &Stack) { in collectSamplesFromFrameTrie() 231 AddressStack Stack(Binary); in collectSamplesFromFrameTrie() local 234 FrameStack Stack(Binary); in collectSamplesFromFrameTrie() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/AggressiveInstCombine/ |
H A D | TruncInstCombine.cpp | 90 SmallVector<Instruction *, 8> Stack; in buildTruncExpressionGraph() local 177 SmallVector<Instruction *, 8> Stack; in getMinBitWidth() local
|
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyDebugFixup.cpp | 92 std::vector<StackElem> Stack; in runOnMachineFunction() local
|
H A D | WebAssemblyCFGStackify.cpp | 1566 const SmallVectorImpl<EndMarkerInfo> &Stack, const MachineBasicBlock *MBB) { in getBranchDepth() 1578 const SmallVectorImpl<EndMarkerInfo> &Stack, const MachineBasicBlock *MBB) { in getDelegateDepth() 1613 const SmallVectorImpl<EndMarkerInfo> &Stack, in getRethrowDepth() 1652 SmallVector<EndMarkerInfo, 8> Stack; in rewriteDepthImmediates() local
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUAlwaysInlinePass.cpp | 58 SmallVector<User *, 16> Stack(GV.users()); in recursivelyVisitUsers() local
|
H A D | AMDGPUUnifyDivergentExitNodes.cpp | 119 SmallVector<BasicBlock *, 8> Stack(predecessors(&BB)); in isUniformlyReached() local
|
/openbsd/gnu/llvm/llvm/tools/llvm-xray/ |
H A D | xray-account.h | 38 llvm::SmallVector<std::pair<int32_t, uint64_t>, 32> Stack; member
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | ReplaceConstant.cpp | 110 std::vector<std::vector<ConstantExpr *>> Stack{Path}; in collectConstantExprPaths() local
|
/openbsd/gnu/llvm/compiler-rt/lib/xray/ |
H A D | xray_function_call_trie.h | 489 using Stack = Array<NodeAndParent>; in deepCopyInto() local 548 using Stack = Array<NodeAndTarget>; in mergeInto() local
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUMemoryUtils.cpp | 42 SmallVector<const User *, 16> Stack(GV.users()); in shouldLowerLDSToStruct() local
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaAttr.cpp | 742 PragmaStack<StringLiteral *> *Stack = in ActOnPragmaMSSeg() local 1230 VisStack *Stack = static_cast<VisStack*>(VisContext); in AddPushedVisibilityAttribute() local 1252 VisStack *Stack = static_cast<VisStack*>(S.VisContext); in PushPragmaVisibility() local 1366 VisStack *Stack = static_cast<VisStack*>(VisContext); in PopPragmaVisibility() local
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | PseudoSourceValue.h | 38 Stack, enumerator
|
/openbsd/gnu/llvm/clang/include/clang/Serialization/ |
H A D | ModuleManager.h | 109 SmallVector<ModuleFile *, 4> Stack; member
|
/openbsd/lib/libexpat/examples/ |
H A D | element_declarations.c | 64 } Stack; typedef
|
/openbsd/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | GenericUniformityImpl.h | 1273 SmallVectorImpl<BlockT *> &Stack, const CycleInfoT &CI, const CycleT *Cycle, in computeStackPO() 1345 SmallVector<BlockT *> Stack; in computeCyclePO() local 1383 SmallVector<BlockT *> Stack; in compute() local
|