Home
last modified time | relevance | path

Searched defs:Stack (Results 1 – 25 of 125) sorted by relevance

12345

/netbsd/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_diag.h23 SymbolizedStack *Stack; variable
32 : Stack(Stack) {} in Stack() function
73 Location(const SymbolizedStackHolder &Stack) : in Location()
/netbsd/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_diag.h21 SymbolizedStack *Stack; variable
30 : Stack(Stack) {} in Stack() argument
71 Location(const SymbolizedStackHolder &Stack) : in Location()
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_diag.h21 SymbolizedStack *Stack; variable
30 : Stack(Stack) {} in Stack() argument
71 Location(const SymbolizedStackHolder &Stack) : in Location()
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DPhiValues.cpp50 SmallVectorImpl<const PHINode *> &Stack) { in processPhi()
128 SmallVector<const PHINode *, 8> Stack; in getValuesForPhi() local
H A DSyncDependenceAnalysis.cpp142 static void computeStackPO(BlockStack &Stack, const LoopInfo &LI, Loop *Loop, in computeStackPO()
198 BlockStack Stack; in computeTopLevelPO() local
207 std::vector<const BasicBlock *> Stack; in computeLoopPO() local
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DPerfReader.cpp118 T &Stack) { in collectSamplesFromFrame()
142 UnwindState::ProfiledFrame *Cur, T &Stack) { in collectSamplesFromFrameTrie()
166 ProbeStack Stack(Binary); in collectSamplesFromFrameTrie() local
169 FrameStack Stack(Binary); in collectSamplesFromFrameTrie() local
H A DProfiledBinary.h230 const auto &Stack = getFrameLocationStack(Offset); in getInlineLeafFrameLoc() local
/netbsd/external/apache2/llvm/dist/clang/docs/
H A DHardwareAssistedAddressSanitizerDesign.rst135 Stack section in Instrumentation
/netbsd/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
H A DMsgPackDocument.cpp132 SmallVector<StackLevel, 4> Stack; in readFromBlob() local
251 SmallVector<WriterStackLevel, 4> Stack; in writeToBlob() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyDebugFixup.cpp74 std::vector<StackElem> Stack; in runOnMachineFunction() local
H A DWebAssemblyCFGStackify.cpp1585 const SmallVectorImpl<EndMarkerInfo> &Stack, const MachineBasicBlock *MBB) { in getBranchDepth()
1597 const SmallVectorImpl<EndMarkerInfo> &Stack, const MachineBasicBlock *MBB) { in getDelegateDepth()
1632 const SmallVectorImpl<EndMarkerInfo> &Stack, in getRethrowDepth()
1671 SmallVector<EndMarkerInfo, 8> Stack; in rewriteDepthImmediates() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/AggressiveInstCombine/
H A DTruncInstCombine.cpp78 SmallVector<Instruction *, 8> Stack; in buildTruncExpressionDag() local
151 SmallVector<Instruction *, 8> Stack; in getMinBitWidth() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPULDSUtils.cpp39 SmallVector<User *, 16> Stack; in userRequiresLowering() local
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DWorkList.cpp37 SmallVector<WorkListUnit, 20> Stack; member in __anonc6301e2f0111::DFS
93 SmallVector<WorkListUnit, 20> Stack; member in __anonc6301e2f0211::BFSBlockDFSContents
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUAlwaysInlinePass.cpp57 SmallVector<User *, 16> Stack(GV.users()); in recursivelyVisitUsers() local
H A DAMDGPUUnifyDivergentExitNodes.cpp119 SmallVector<BasicBlock *, 8> Stack(predecessors(&BB)); in isUniformlyReached() local
H A DSILowerI1Copies.cpp132 SmallVector<MachineBasicBlock *, 4> Stack; member in __anon897384160111::PhiIncomingAnalysis
269 SmallVector<MachineBasicBlock *, 4> Stack; member in __anon897384160111::LoopFinder
H A DAMDGPUAnnotateKernelFeatures.cpp113 SmallVector<const Constant *, 16> Stack; in visitConstantExprsRecursively() local
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dxray-account.h38 llvm::SmallVector<std::pair<int32_t, uint64_t>, 32> Stack; member
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAttr.cpp663 PragmaStack<StringLiteral *> *Stack = in ActOnPragmaMSSeg() local
1055 VisStack *Stack = static_cast<VisStack*>(VisContext); in AddPushedVisibilityAttribute() local
1077 VisStack *Stack = static_cast<VisStack*>(S.VisContext); in PushPragmaVisibility() local
1188 VisStack *Stack = static_cast<VisStack*>(VisContext); in PopPragmaVisibility() local
/netbsd/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_function_call_trie.h490 using Stack = Array<NodeAndParent>; in deepCopyInto() local
549 using Stack = Array<NodeAndTarget>; in mergeInto() local
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h38 Stack, enumerator
/netbsd/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DModuleManager.h114 SmallVector<ModuleFile *, 4> Stack; member
/netbsd/external/apache2/llvm/dist/clang/lib/Basic/
H A DModule.cpp310 SmallVector<Module *, 2> Stack; in markUnavailable() local
423 SmallVector<Module *, 16> Stack(Imports.begin(), Imports.end()); in buildVisibleModulesCache() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp202 UseListOrderStack &Stack) { in predictValueUseListOrderImpl()
270 OrderMap &OM, UseListOrderStack &Stack) { in predictValueUseListOrder()
304 UseListOrderStack Stack; in predictUseListOrder() local

12345