Home
last modified time | relevance | path

Searched defs:nl (Results 1 – 19 of 19) sorted by relevance

/llvm-project/flang/test/Semantics/
H A Dresolve40.f903 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 Dblockconstruct01.f906 common /nl/x common
33 namelist /nl/x namelist
H A Dnamelist01.f9014 namelist /nl/ uniquename ! ok namelist
/llvm-project/clang/test/Tooling/
H A Dclang-diff-json.cpp23 char nl = '\n'; variable
/llvm-project/clang/test/Modules/
H A Dconst-var-init-update.cpp14 inline void f() { numeric_limits<int> nl; } in f() local
/llvm-project/libcxx/test/std/utilities/optional/optional.monadic/
H A Dand_then.pass.cpp161 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 Dand_then.pass.cpp194 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 Dmodules.py97 nl = "\\\\n" global() variable
[all...]
/llvm-project/clang/test/Sema/
H A Dattr-nonblocking-sema.cpp120 auto nl = +[]() [[clang::nonblocking]] {}; in type_conversions_2() local
/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp1.cpp98 template <> notlit ft(notlit nl) { return nl; } in ft() argument
101 template <> constexpr int gt(int nl) { return nl; } in gt() argument
H A Ddtor.cpp32 …Nonlit nl; // cxx2a-error {{variable of non-literal type 'Nonlit' cannot be defined in a constexpr… in ~C() local
H A Dp3.cpp147 …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 Dattr-likelihood-if-vs-builtin-expect.cpp118 void nl(int &i) { in nl() function
/llvm-project/clang/test/CXX/special/class.ctor/
H A Dp6-0x.cpp9 NonConstexpr1 nl; member
/llvm-project/flang/runtime/
H A Dunit.cpp174 if (const char *nl{FindCharacter(record, '\n', bytes)}) { SetVariableFormattedRecordLength() local
/llvm-project/libcxx/test/support/
H A Dnasty_containers.h257 void swap(nasty_list& nl) in swap()
/llvm-project/flang/lib/Parser/
H A Dprescan.cpp335 const char *nl{const_cast<const char *>(static_cast<char *>(v))}; NextLine() local
/llvm-project/clang/test/AST/Interp/
H A Dliterals.cpp
/llvm-project/clang/test/SemaCXX/
H A Ddeduced-return-type-cxx14.cpp319 struct NonLiteral { ~NonLiteral(); } nl; // cxx14-note {{user-provided destructor}} variable