Home
last modified time | relevance | path

Searched defs:pp (Results 1 – 25 of 75) sorted by relevance

123

/llvm-project/flang/test/Semantics/
H A Dprocinterface03.f902 procedure(sin), pointer :: pp variable
4 real :: pp variable
H A Dassign11.f905 class(*), pointer :: pp variable
H A Dexpr-errors01.f905 procedure(frpp), pointer, nopass :: pp method
H A Ddefinable01.f9086 subroutine test3b(pp) argument
87 procedure(sin), pointer, intent(in out) :: pp local
/llvm-project/clang/test/SemaCXX/
H A Dqualification-conversion.cpp6 void test_quals(int * p, int * * pp, int * * * ppp) { in test_quals()
18 void test_mquals(int A::*p, int A::* A::*pp, int A::* A::* A::*ppp) { in test_mquals()
/llvm-project/clang/test/Analysis/diagnostics/
H A Dderef-track-symbolic-region.c12 void test(struct S syz, int *pp) { in test()
27 void testTrackConstraintBRVisitorIsTrackingTurnedOn(struct S syz, int *pp) { in testTrackConstraintBRVisitorIsTrackingTurnedOn()
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/
H A Dvis.cpp156 char *pp = p; in test_strunvis() local
169 char *pp = p; in test_strnunvis() local
182 char *pp = p; in test_strunvisx() local
195 char *pp = p; in test_strnunvisx() local
/llvm-project/clang/test/Parser/
H A Dnamelookup-bug-1.c6 struct Object *pp; variable
/llvm-project/clang/test/CodeGen/
H A D2002-01-23-LoadQISIReloadFailure.c5 unsigned char *pp; in foo() local
/llvm-project/clang/test/CodeGenCXX/
H A Dvirtual-destructor-synthesis.cpp11 pile_box::pile_box(box *pp) in pile_box()
/llvm-project/compiler-rt/test/tsan/
H A Dmalloc_stack.cpp8 int *pp = __c11_atomic_load(&p, __ATOMIC_RELAXED); in thr() local
/llvm-project/compiler-rt/test/lsan/TestCases/
H A Dstale_stack_leak.cpp23 void **pp; variable
/llvm-project/clang/test/OpenMP/
H A Dtarget_data_if_logical_codegen.cpp21 int pp = 42; in if_logical() local
H A Dirbuilder_safelen.cpp15 P pp; in simple() local
H A Dirbuilder_simd.cpp14 P pp; in simple() local
H A Dirbuilder_simdlen.cpp15 P pp; in simple() local
H A Dirbuilder_safelen_order_concurrent.cpp15 P pp; in simple() local
H A Dirbuilder_simdlen_safelen.cpp15 P pp; in simple() local
/llvm-project/clang/lib/Lex/
H A DPreprocessorLexer.cpp24 : PP(pp), FID(fid) { in PreprocessorLexer() argument
/llvm-project/clang/include/clang/Lex/
H A DTokenLexer.h109 MacroArgs *ActualArgs, Preprocessor &pp) in TokenLexer()
118 bool ownsTokens, bool isReinject, Preprocessor &pp) in TokenLexer()
/llvm-project/compiler-rt/test/asan/TestCases/
H A Dmax_redzone.cpp18 void *pp[10000]; in main() local
/llvm-project/clang/test/Analysis/cert/
H A Denv34-c.c189 char *pp = getenv("VAR2"); in getenv_test11() local
203 char *pp = getenv("VAR2"); in getenv_test12() local
308 char* pp = asctime(tt); in asctime_test() local
/llvm-project/clang/test/CXX/expr/expr.const/
H A Dp5-26.cpp42 constexpr int** pp = &p; variable
/llvm-project/flang/test/Lower/
H A Dsubmodule.f90130 program pp program
/llvm-project/clang/test/CXX/conv/conv.fctptr/
H A Dp1.cpp39 …void (**pp)() noexcept = &p; // expected-error {{cannot initialize a variable of type 'void (**)()… variable

123