Home
last modified time | relevance | path

Searched defs:null (Results 1 – 25 of 47) sorted by relevance

12

/llvm-project-15.0.7/compiler-rt/test/ubsan/TestCases/Misc/
H A Dnonnull-arg.cpp19 C(int *null, __attribute__((nonnull)) int *nonnull) in C()
22 int method(int *nonnull, int *null) __attribute__((nonnull(2))) { in method()
/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/Darwin/
H A Dabort_on_error.cpp19 volatile int *null = 0; in main() local
/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/Posix/
H A Dillegal_write_test.cpp9 volatile int *null = 0; variable
H A Dsanitizer_set_report_path_test.cpp10 volatile int *null = 0; variable
H A Dsanitizer_set_report_fd_test.cpp21 volatile int *null = 0; variable
H A Dsanitizer_bad_report_path_test.cpp16 volatile int *null = 0; variable
H A Dillegal_read_test.cpp9 volatile int *null = 0; variable
H A Ddedup_token_length_test.cpp15 volatile int *null = 0; variable
/llvm-project-15.0.7/lldb/unittests/Utility/
H A DConstStringTest.cpp88 ConstString null; in TEST() local
115 ConstString null; in TEST() local
135 ConstString null; in TEST() local
/llvm-project-15.0.7/lldb/test/API/functionalities/inferior-crashing/recursive-inferior/
H A Dmain.c9 char *null=0; in recursive_function() local
/llvm-project-15.0.7/clang/test/Analysis/
H A Dcall-and-message.cpp72 void null() { in null() function
122 void null() { in null() function
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dnullptr.cpp13 nullptr_t f(nullptr_t null) in f()
186 constexpr int null() { return 0; } in null() function
/llvm-project-15.0.7/flang/test/Semantics/
H A Dnull-init.f9084 type :: null type
94 integer, target, save :: null(1) local
/llvm-project-15.0.7/lldb/test/API/lang/cpp/function_refs/
H A Dmain.cpp17 auto null = &nullary; variable
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dnullptr.cpp68 constexpr nullptr_t null = nullptr; variable
H A Dcxx11-initializer-aggregate.cpp95 constexpr int *null() { return nullptr; } in null() function
/llvm-project-15.0.7/clang/test/Sema/
H A Dattr-format.c46 void null(int i, const char *a, ...) { // expected-note{{passing argument to par… in null() function
/llvm-project-15.0.7/llvm/docs/
H A DAMDGPUOperandSyntax.rst567 null section in Operands
580 .. _amdgpu_synid_constant:
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Darc-repeated-weak.mm431 + (NSNull *)null; class
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_test_cpp-checked.cc65 isl::set null; in test_return_bool() local
H A Disl_test_cpp.cc48 isl::set null; in test_return_bool() local
/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/NativePDB/
H A Dfunction-types-builtins.cpp207 auto null = &nullary; variable
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-nullptr-basic.cpp26 const int null = 0; in test_assignment() local
/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxList.cpp56 bool null() { return (value() == 0); } in null() function in __anon55a5c5810111::ListEntry
H A DLibCxxMap.cpp70 bool null() const { return (value() == 0); } in null() function in MapEntry

12