Home
last modified time | relevance | path

Searched defs:nn (Results 1 – 10 of 10) sorted by relevance

/llvm-project/flang/test/Parser/
H A Dassume-aligned.f903 SUBROUTINE aa(a, nn) argument
5 INTEGER, INTENT(IN) :: nn local
/llvm-project/clang/test/Analysis/
H A Dpr22954.c694 struct nn { struct
704 struct nn n33 = {1, 2, 3, 4, 0}; in f33() argument
H A Ddead-stores.c623 int n, nn = getInt(); in testBOComma() local
/llvm-project/clang/test/OpenMP/
H A Dtarget_teams_codegen.cpp159 const int nn = 0; foo() local
/llvm-project/flang/test/Semantics/
H A Dbad-forward-type.f9087 Integer :: nn global() local
H A Dargshape01.f9025 subroutine s6b(a,nn,mm) argument
26 integer, intent(in) :: nn, mm local
H A Dlabel01.F9084 subroutine do_loop08(a,b,n,m,nn) argument
85 integer :: n, m, nn local
/llvm-project/clang/test/CodeGenCXX/
H A Ddebug-info-template.cpp139 NN<tmpl_impl, glb> nn; variable
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Dprefer-member-initializer.cpp24 Simple1(int nn, double xx) { in Simple1() argument
49 Simple2(int nn, double xx) : n(nn) { in Simple2() argument
71 Simple3(int nn, double xx) : x(xx) { in Simple3() argument
[all...]
/llvm-project/clang/test/SemaCXX/
H A Dattr-noreturn.cpp122 const NN& nn = NN(); in test_31() local