Home
last modified time | relevance | path

Searched defs:Pop (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_lfstack.h47 T *Pop() { in Pop() function
/freebsd/contrib/bearssl/T0/
H A DCPU.cs97 internal TValue Pop() in Pop() method in CPU
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h496 void Pop() { in Pop() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp465 APInt &Pop = Popularity.insert({I.BB, APInt(UnsignedZero)}).first->second; in ProcessSwitchInst() local
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerFork.cpp292 FuzzJob *Pop() { in Pop() function
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp1615 enum ActionType { Push, Pop, Attribute }; enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1560 void Pop() { in Pop() function
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.h1156 bool Pop(InterpState &S, CodePtr OpPC) { in Pop() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2358 MachineBasicBlock::iterator Pop = std::prev(MBB.getFirstTerminator()); in emitEpilogue() local