Searched refs:pop (Results 351 - 363 of 363) sorted by relevance

<<1112131415

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h474 PSK_Pop = 0x4, // #pragma (pop[, id])
477 PSK_Pop_Set = PSK_Pop | PSK_Set, // #pragma (pop[, id], value)
510 // If we found the label so pop from there.
517 // We do not have a label, just pop the last entry.
535 // #pragma <name>(pop, InternalPragmaSlot)
542 // Push / pop a named sentinel slot.
545 "Can only push / pop #pragma stack sentinels!");
601 // RAII object to push / pop sentinel slots for all MS #pragma stacks.
899 void pop() { function in class:clang::final::ContextRAII
910 pop();
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h734 /// PopCleanupBlock - Will pop the cleanup entry on the stack and
1263 void pop() { function in class:clang::CodeGen::CodeGenFunction::OpaqueValueMapping
H A DItaniumCXXABI.cpp4413 opaque.pop();
/freebsd-13-stable/contrib/googletest/googlemock/include/gmock/
H A Dgmock-generated-actions.h2557 # pragma warning(pop)
/freebsd-13-stable/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp292 #pragma GCC diagnostic pop
/freebsd-13-stable/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/test/
H A Dtest_libzfs_core.py111 _mnttab.pop(fs, None)
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_dev.c7019 #pragma warning(pop)
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp423 /* On Windows* OS by default abort() causes pop-up error box, which stalls
424 nightly testing. Unfortunately, we cannot reliably suppress pop-up error
431 avoid pop-up error box. */
2514 --master_th->th.th_task_state_top; // pop
5750 #pragma warning(pop)
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h12635 // ActOnLambda* will pop the function scope for us.
12639 SavedContext.pop();
12651 SavedContext.pop();
H A DSemaOpenMP.cpp371 void pop() {
2665 DSAStack->pop();
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp8115 llvm::make_scope_exit([this]() { ImportPath.pop(); });
/freebsd-13-stable/sys/crypto/openssl/arm/
H A Decp_nistz256-armv4.S2497 ldr lr,[sp],#4 @ pop lr
2621 ldr lr,[sp],#4 @ pop lr
2746 ldr lr,[sp],#4 @ pop lr
3515 ldr lr,[sp],#4 @ pop lr
3559 ldr lr,[sp],#4 @ pop lr
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c419 __pragma( pack(pop) )
[all...]

Completed in 681 milliseconds

<<1112131415