Home
last modified time | relevance | path

Searched defs:n0 (Results 1 – 13 of 13) sorted by relevance

/llvm-project/compiler-rt/test/ubsan_minimal/TestCases/
H A Dimplicit-signed-integer-truncation-or-sign-change.c9 int8_t n0 = (int8_t)((uint32_t)-1); in main() local
H A Dimplicit-integer-sign-change.c9 int32_t n0 = (int32_t)(~((uint32_t)0)); in main() local
H A Dimplicit-signed-integer-truncation.c9 int8_t n0 = (~((uint32_t)(0))); // ~0 -> -1, but do not warn. in main() local
H A Dimplicit-unsigned-integer-truncation.c9 int8_t n0 = (~((uint32_t)(0))); // ~0 -> -1, but do not warn. in main() local
/llvm-project/clang/test/Modules/
H A Dmacros2.c10 int n0 = TOP_OTHER_DEF_RIGHT_UNDEF; // ok variable
/llvm-project/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/
H A Dmutex.verify.cpp28 M n0, n1, n2; in main() local
/llvm-project/clang/unittests/AST/
H A DUnresolvedSetTest.cpp15 NamedDecl *n0, *n1, *n2, *n3; member in UnresolvedSetTest
/llvm-project/clang/test/Headers/
H A Dstddef.c21 nullptr_t n0; // c99-error{{unknown type name 'nullptr_t'}} c11-error{{unknown type}} c23-error{{un… variable
H A Dstddefneeds.c21 nullptr_t n0; // c99-error{{unknown type name 'nullptr_t'}} c23-error{{unknown type}} \ variable
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/openmp/
H A Duse-default-none.cpp9 void n0(const int a) { in n0() function
/llvm-project/clang/test/SemaObjC/
H A Dattr-swift-error.m63 extern Undeclared n0(CFErrorRef *) __attribute__((__swift_error__(none))); function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dconst-return-type.cpp96 int n0() const { return 0; } in n0() function in Clazz
/llvm-project/flang/lib/Lower/
H A DIO.cpp335 int n0 = 0, n1; getNonTbpDefinedIoTableAddr() local