Searched refs:pop (Results 201 - 225 of 336) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/libstdc++/libsupc++/
H A Dcxxabi.h535 #pragma GCC visibility pop
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/BM/
H A Dbm.h166 #pragma pack(pop)
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_wired.c43 #pragma pack(pop)
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DSMTAPI.h428 virtual void pop(unsigned NumStates = 1) = 0;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DLegacyPassManagers.h144 void pop();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIModeRegister.cpp394 Phase2List.pop();
/freebsd-11-stable/contrib/llvm-project/clang/lib/DirectoryWatcher/linux/
H A DDirectoryWatcher-linux.cpp107 Events.pop();
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTImporter.h184 void pop() { function in class:clang::ASTImporter::ImportPathTy
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.cpp201 #pragma pack(pop)
227 #pragma warning(pop)
286 #pragma warning(pop)
1200 #pragma warning(pop)
/freebsd-11-stable/contrib/ldns/
H A Dresolver.c253 ldns_rdf *pop; local
266 pop = nameservers[ns_count - 1];
284 return pop;
H A Dkeys.c1256 ldns_key *pop; local
1267 pop = ldns_key_list_key(key_list, key_count);
1277 return pop;
/freebsd-11-stable/contrib/groff/src/libs/libdriver/
H A Dinput.cpp328 environment *pop(void);
461 EnvStack::pop(void) function in class:EnvStack
1666 case '}': // }: pop previous env from stack
1668 current_env = env_stack.pop();
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.h521 void pop();
535 ~blockPartitionedTimer() { part_timers->pop(); }
944 __kmp_stats_thread_ptr->getPartitionedTimers()->pop()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.cpp440 StateStack.pop();
456 StateStack.pop();
638 StateStack.pop();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp686 CallStack.pop();
743 CallStack.pop();
804 CallStack.pop();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp57 SUnit *pop() { function in struct:__anon1815::FastPriorityQueue
546 SUnit *CurSU = AvailableQueue.pop();
556 CurSU = AvailableQueue.pop();
/freebsd-11-stable/contrib/gcc/
H A Dvec.h73 You should prefer the push and pop operations, as they append and
293 #define VEC_pop(T,V) (VEC_OP(T,base,pop)(VEC_BASE(V) VEC_CHECK_INFO))
591 static inline T VEC_OP (T,base,pop) (VEC(T,base) *vec_ VEC_CHECK_DECL) \
595 VEC_ASSERT (vec_->num, "pop", T, base); \
877 static inline void VEC_OP (T,base,pop) (VEC(T,base) *vec_ VEC_CHECK_DECL) \
879 VEC_ASSERT (vec_->num, "pop", T, base); \
H A Dlibgcc2.h455 #pragma GCC visibility pop
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.cpp1042 FlowQ.pop();
1056 FlowQ.pop();
1105 UseQ.pop();
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Ddtsec.h543 #pragma pack(pop)
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/
H A Dfm.h343 #pragma pack(pop)
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/QM/
H A Dqm.h300 #pragma pack(pop)
/freebsd-11-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_ext.h212 #pragma pack(pop)
/freebsd-11-stable/sys/mips/mips/
H A Dexception.S107 .set pop
163 .set pop
598 .set pop
1020 .set pop
/freebsd-11-stable/sys/arm/arm/
H A Dlocore-v6.S381 pop {r4-r11, pc}

Completed in 331 milliseconds

1234567891011>>