Home
last modified time | relevance | path

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

123

/llvm-project/mlir/include/mlir/IR/
H A DIterators.h61 Block *null = nullptr; in makeIterable() local
103 Block *null = nullptr; in makeIterable() local
/llvm-project/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/lldb/unittests/Utility/
H A DConstStringTest.cpp87 ConstString null; in TEST() local
115 ConstString null; in TEST() local
135 ConstString null; in TEST() local
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Darwin/
H A Dabort_on_error.cpp19 volatile int *null = 0; in main() local
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/
H A Dillegal_write_test.cpp9 volatile int *null = 0; variable
H A Dillegal_read_test.cpp9 volatile int *null = 0; variable
H A Dsanitizer_bad_report_path_test.cpp
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 Ddedup_token_length_test.cpp15 volatile int *null = 0; variable
/llvm-project/clang/test/Analysis/
H A Dcall-and-message.cpp72 void null() { in null() function
122 void null() { in null() function
/llvm-project/lldb/test/API/functionalities/inferior-crashing/recursive-inferior/
H A Dmain.c9 char *null=0; in recursive_function() local
/llvm-project/clang/test/CodeGen/
H A Dallow-ubsan-check.c146 int null(int* x) { null() function
[all...]
/llvm-project/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/clang/test/Sema/
H A Dnullptr.c11 nullptr_t f(nullptr_t null) in f() argument
[all...]
H A Dattr-format.c49 void null(int i, const char *a, ...) { // expected-note{{passing argument to parameter 'a' here}} in null() function
/llvm-project/flang/test/Semantics/
H A Dnull-init.f9085 type :: null type
95 integer, target, save :: null(1) local
/llvm-project/lldb/test/API/lang/cpp/function_refs/
H A Dmain.cpp17 auto null = &nullary; variable
/llvm-project/clang/test/CodeGenCXX/
H A Dnullptr.cpp68 constexpr nullptr_t null = nullptr; global() variable
/llvm-project/clang/test/AST/Interp/
H A Dnullable.cpp
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-nullptr-c23.c20 const int null = 0; in test_assignment() local
/llvm-project/libc/test/integration/src/stdio/gpu/
H A Dprintf.cpp
/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DLogger.cpp16 Logger &Logger::null() { in null() function in clang::dataflow::Logger
/llvm-project/llvm/docs/
H A DAMDGPUOperandSyntax.rst594 null section in Operands
603 .. _amdgpu_synid_constant:
/llvm-project/polly/lib/External/isl/
H A Disl_test_cpp-checked.cc65 isl::set null; in test_return_bool() local

123