Home
last modified time | relevance | path

Searched defs:pointer2 (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/test/Index/Inputs/
H A Dremap-complete-to.c1 int f0(int *pointer1, float *pointer2) { in f0()
/llvm-project/flang/test/Semantics/
H A Dcall38.f9044 subroutine pointer2(a) subroutine
299 subroutine pointer2(a) subroutine
45 apointer2 global() argument
300 apointer2 global() argument
[all...]
/llvm-project/clang/test/Analysis/
H A Dtaint-tester.c193 void *pointer2; variable
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Disolate-declaration.cpp53 int *pointer2 = nullptr, *pointer3 = &i; in f3() local