/llvm-project/flang/test/Semantics/ |
H A D | resolve40.f90 | 3 namelist /nl/x namelist 25 namelist /nl/x namelist 38 namelist /nl/y namelist 42 namelist /nl/x namelist 48 namelist /nl/ s6 namelist 50 namelist /nl/ f namelist 60 namelist /nl/ x namelist 79 namelist /nl/ x namelist 94 namelist /nl/x namelist
|
H A D | blockconstruct01.f90 | 6 common /nl/x common 33 namelist /nl/x namelist
|
H A D | namelist01.f90 | 14 namelist /nl/ uniquename ! ok namelist
|
/llvm-project/clang/test/Tooling/ |
H A D | clang-diff-json.cpp | 23 char nl = '\n'; variable
|
/llvm-project/clang/test/Modules/ |
H A D | const-var-init-update.cpp | 14 inline void f() { numeric_limits<int> nl; } in f() local
|
/llvm-project/libcxx/test/std/utilities/optional/optional.monadic/ |
H A D | and_then.pass.cpp | 161 NORefQual nl{}; in test_val_types() local 182 const NOCRefQual nl{}; in test_val_types() local 222 const NORVCRefQual nl{}; in test_val_types() local
|
/llvm-project/libcxx/test/std/utilities/expected/expected.expected/monadic/ |
H A D | and_then.pass.cpp | 194 UnexpectedRefQual nl{}; in test_val_types() local 215 const UnexpectedCRefQual nl{}; in test_val_types() local 255 const UnexpectedRVCRefQual nl{}; in test_val_types() local
|
/llvm-project/libcxx/utils/libcxx/test/ |
H A D | modules.py | 97 nl = "\\\\n" global() variable [all...] |
/llvm-project/clang/test/Sema/ |
H A D | attr-nonblocking-sema.cpp | 120 auto nl = +[]() [[clang::nonblocking]] {}; in type_conversions_2() local
|
/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
H A D | p1.cpp | 98 template <> notlit ft(notlit nl) { return nl; } in ft() argument 101 template <> constexpr int gt(int nl) { return nl; } in gt() argument
|
H A D | dtor.cpp | 32 …Nonlit nl; // cxx2a-error {{variable of non-literal type 'Nonlit' cannot be defined in a constexpr… in ~C() local
|
H A D | p3.cpp | 147 …NonLiteral nl; // beforecxx23-error {{variable of non-literal type 'NonLiteral' cannot be defined … in DisallowedStmtsCXX14_4() local 188 NonLiteral nl; variable
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | attr-likelihood-if-vs-builtin-expect.cpp | 118 void nl(int &i) { in nl() function
|
/llvm-project/clang/test/CXX/special/class.ctor/ |
H A D | p6-0x.cpp | 9 NonConstexpr1 nl; member
|
/llvm-project/flang/runtime/ |
H A D | unit.cpp | 174 if (const char *nl{FindCharacter(record, '\n', bytes)}) { SetVariableFormattedRecordLength() local
|
/llvm-project/libcxx/test/support/ |
H A D | nasty_containers.h | 257 void swap(nasty_list& nl) in swap()
|
/llvm-project/flang/lib/Parser/ |
H A D | prescan.cpp | 335 const char *nl{const_cast<const char *>(static_cast<char *>(v))}; NextLine() local
|
/llvm-project/clang/test/AST/Interp/ |
H A D | literals.cpp |
|
/llvm-project/clang/test/SemaCXX/ |
H A D | deduced-return-type-cxx14.cpp | 319 struct NonLiteral { ~NonLiteral(); } nl; // cxx14-note {{user-provided destructor}} variable
|