/llvm-project/compiler-rt/lib/asan_abi/ |
H A D | asan_abi.cpp | 34 void __asan_abi_report_load_n(void *p, size_t n, bool abort) {} in __asan_abi_report_load_n() 35 void __asan_abi_report_exp_load_n(void *p, size_t n, int exp, bool abort) {} in __asan_abi_report_exp_load_n() 36 void __asan_abi_report_store_n(void *p, size_t n, bool abort) {} in __asan_abi_report_store_n() 37 void __asan_abi_report_exp_store_n(void *p, size_t n, int exp, bool abort) {} in __asan_abi_report_exp_store_n() 40 void __asan_abi_load_n(void *p, size_t n, bool abort) {} in __asan_abi_load_n() 41 void __asan_abi_exp_load_n(void *p, size_t n, int exp, bool abort) {} in __asan_abi_exp_load_n() 42 void __asan_abi_store_n(void *p, size_t n, bool abort) {} in __asan_abi_store_n() 43 void __asan_abi_exp_store_n(void *p, size_t n, int exp, bool abort) {} in __asan_abi_exp_store_n()
|
/llvm-project/libc/test/src/stdlib/ |
H A D | abort_test.cpp | 15 TEST(LlvmLibcStdlib,abort) TEST() argument
|
/llvm-project/clang/test/SemaObjC/ |
H A D | method-def-2.m | 2 extern void abort(void); function
|
H A D | newproperty-class-method-1.m | 3 void abort(void); function
|
H A D | property-13.m | 48 void abort(void); function
|
H A D | property-user-setter.m | 96 void abort(void); function
|
H A D | arc.m | 768 extern void abort(void); function
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/ |
H A D | static-assert.c | 4 void abort(void) {} in abort() function
|
H A D | static-assert.cpp | 4 void abort() {} in abort() function
|
/llvm-project/clang/test/Rewriter/ |
H A D | objc-modern-property-bitfield.m | 5 extern void abort(); function
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | 2008-10-3-EhValue.m | 27 extern void abort(void); function
|
H A D | bitfield-1.m | 10 extern void abort(void); function
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | assert-side-effect.m | 3 int abort(void); function
|
/llvm-project/libcxxabi/src/ |
H A D | cxa_guard_impl.h | 203 void abort() {} // Nothing to do in abort() function 269 void abort() { *init_byte_address = UNSET; } in abort() function 366 void abort() { in abort() function 510 void abort() { in abort() function [all...] |
/llvm-project/polly/lib/External/isl/ |
H A D | isl_ctx_private.h | 38 int abort; member
|
/llvm-project/clang/include/clang/Parse/ |
H A D | RAIIObjectsForParser.h | 145 void abort() { in abort() function 194 void abort() { in abort() function
|
/llvm-project/clang/lib/ARCMigrate/ |
H A D | Internals.h | 138 void abort() { in abort() function
|
/llvm-project/clang/test/Analysis/ |
H A D | security-syntax-checks.m | 99 void abort(void); function
|
H A D | retain-release.mm | 67 void abort(void) __attribute__((noreturn)); function
|
/llvm-project/bolt/lib/Profile/ |
H A D | DataAggregator.cpp | 209 void DataAggregator::abort() { abort() function in DataAggregator
|
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_posix.cpp | 1929 TSAN_INTERCEPTOR(void,abort,int fake) TSAN_INTERCEPTOR() argument 1932 REAL(abort)(fake); TSAN_INTERCEPTOR() local
|
/llvm-project/mlir/lib/Transforms/Utils/ |
H A D | DialectConversion.cpp | 3159 TypeConverter::AttributeConversionResult::abort() { abort() function in TypeConverter::AttributeConversionResult
|
/llvm-project/clang/tools/c-index-test/ |
H A D | c-index-test.c | 3425 int abort; global() member
|