Searched defs:EXIT (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/include/xray/
H A Dxray_interface.h25 EXIT = 1, enumerator in enum:XRayEntryType
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/XRay/
H A DXRayRecord.h59 EXIT, member in class:llvm::xray::RecordTypes
H A DInstrumentationMap.h40 enum class FunctionKinds { ENTRY, EXIT, TAIL, LOG_ARGS_ENTER, CUSTOM_EVENT }; member in class:llvm::xray::SledEntry::FunctionKinds
/freebsd-13-stable/crypto/openssl/
H A De_os.h213 # define EXIT(n) exit(n) macro
283 # define EXIT(n) exit((n) ? (((n) << 3) | 2 | 0x10000000 | 0x35a000) : 1) macro
301 # define EXIT(n) exit(n) macro
/freebsd-13-stable/contrib/ntp/lib/isc/
H A Dhttpd.c49 #define EXIT(x) do { fprintf(stderr, "EXIT %s\n", (x)); } while (0) macro
53 #define EXIT(x) do { } while(0) macro
/freebsd-13-stable/sys/dev/ce/
H A Dceddk.c61 #define EXIT(val...) \ macro
[all...]

Completed in 90 milliseconds