Home
last modified time | relevance | path

Searched defs:pop (Results 101 - 125 of 135) sorted by relevance

123456

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DFileSystem.h908 void pop() { in pop() function in llvm::sys::fs::recursive_directory_iterator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp251 bool pop(StringRef Ins, NestingType NT1, NestingType NT2 = Undefined) { in pop() function in __anon24850::final
/third_party/rust/crates/regex/regex-syntax/src/hir/
H A Dtranslate.rs606 fn pop(&self) -> Option<HirFrame> { pop() functions
[all...]
/third_party/glslang/glslang/MachineIndependent/
H A DSymbolTable.h680 void pop(TPrecisionQualifier *p) in pop() function in glslang::TSymbolTable
/third_party/node/deps/v8/src/compiler/
H A Draw-machine-assembler.cc632 void RawMachineAssembler::PopAndReturn(Node* pop, Node* value) { in PopAndReturn() argument
654 void RawMachineAssembler::PopAndReturn(Node* pop, Node* v1, Node* v2) { in PopAndReturn() argument
661 void RawMachineAssembler::PopAndReturn(Node* pop, Node* v1, Node* v2, in PopAndReturn() argument
669 void RawMachineAssembler::PopAndReturn(Node* pop, Node* v1, Node* v2, Node* v3, in PopAndReturn() argument
[all...]
H A Dcode-assembler.cc502 void CodeAssembler::PopAndReturn(Node* pop, Node* value) { in PopAndReturn() argument
H A Dpipeline.cc2860 bool pop = true; in HashGraphForPGO() local
/third_party/node/deps/v8/src/codegen/ppc/
H A Dassembler-ppc.h1178 void pop(Register dst) { in pop() function in v8::internal::Assembler
1187 void pop() { addi(sp, sp, Operand(kSystemPointerSize)); } in pop() function in v8::internal::Assembler
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-cff-interp-common.hh412 ELEM& pop () in pop() function
422 void pop (unsigned int n) in pop() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DFileSystem.h1407 void pop() { in pop() function in llvm::sys::fs::recursive_directory_iterator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DRDFGraph.cpp688 void DataFlowGraph::DefStack::pop() { in pop() function in DataFlowGraph::DefStack
H A DHexagonISelDAGToDAG.cpp1692 WeightedLeaf pop() { in pop() function in __anon24633::LeafPrioQueue
/third_party/python/Modules/
H A D_zoneinfo.c423 PyObject *pop = PyUnicode_FromString("pop"); in zoneinfo_clear_cache() local
/third_party/selinux/libsepol/src/
H A Dservices.c109 static char *pop(void) in pop() function
/third_party/rust/crates/syn/src/
H A Dpunctuated.rs182 pub fn pop(&mut self) -> Option<Pair<T, P>> { in pop() functions
/third_party/python/Lib/
H A Dturtle.py940 def pop(self): member in Tbuffer
/third_party/python/Python/
H A Dspecialize.c1459 bool pop = (_Py_OPCODE(next) == POP_TOP); in specialize_method_descriptor() local
/third_party/node/deps/v8/src/codegen/ia32/
H A Dassembler-ia32.cc546 void Assembler::pop(Register dst) { in pop() function in v8::internal::Assembler
552 void Assembler::pop(Operand dst) { in pop() function in v8::internal::Assembler
/third_party/node/deps/v8/src/codegen/x64/
H A Dmacro-assembler-x64.cc1563 unsigned pop = base::bits::CountPopulation(src); in CallRecordWriteStub() local
1582 unsigned pop = base::bits::CountPopulation(src); in CallRecordWriteStub() local
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm.cc5109 void Assembler::pop() { add(sp, sp, Operand(kPointerSize)); } in pop() function in v8::internal::Assembler
/third_party/libabigail/src/
H A Dabg-dwarf-reader.cc1654 pop() in pop() function
[all...]
/third_party/vixl/src/aarch32/
H A Dassembler-aarch32.cc8480 void Assembler::pop(Condition cond, EncodingSize size, RegisterList registers) { in pop() function in vixl::aarch32::Assembler
8521 void Assembler::pop(Condition cond, EncodingSize size, Register rt) { in pop() function in vixl::aarch32::Assembler
H A Dassembler-aarch32.h2805 void pop(RegisterList registers) { pop(al, Best, registers); } in pop() function in vixl::aarch32::Assembler
2806 void pop(Condition cond, RegisterList registers) { in pop() function in vixl::aarch32::Assembler
2809 void pop(EncodingSize size, RegisterList registers) { in pop() function in vixl::aarch32::Assembler
2814 void pop(Register rt) { pop(a function in vixl::aarch32::Assembler
2815 void pop(Condition cond, Register rt) { pop(cond, Best, rt); } pop() function in vixl::aarch32::Assembler
2816 void pop(EncodingSize size, Register rt) { pop(al, size, rt); } pop() function in vixl::aarch32::Assembler
[all...]
H A Ddisasm-aarch32.cc2109 void Disassembler::pop(Condition cond, in pop() function in vixl::aarch32::Disassembler
2117 void Disassembler::pop(Condition cond, EncodingSize size, Register rt) { in pop() function in vixl::aarch32::Disassembler
[all...]
/third_party/elfutils/src/
H A Dreadelf.c11899 unsigned int pop = 0; in handle_core_item() local

Completed in 184 milliseconds

123456