Home
last modified time | relevance | path

Searched defs:PtrArray (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang/test/SemaOpenACC/
H A Dcompute-construct-attach-clause.c12 int *PtrArray[5]; in uses() local
H A Dcompute-construct-deviceptr-clause.c12 int *PtrArray[5]; in uses() local
H A Dcompute-construct-attach-clause.cpp13 int *PtrArray[5]; in uses() local
H A Dcompute-construct-deviceptr-clause.cpp13 int *PtrArray[5]; in uses() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dsizeof-expression-any-pointer.cpp121 C *PtrArray[10]; in Test5() local
213 C *PtrArray[10]; in ValidExpressions() local
H A Dsizeof-expression-warn-on-sizeof-pointer-to-aggregate.cpp30 C *PtrArray[10]; in Test5() local
H A Dsizeof-expression.cpp205 C *PtrArray[10]; in Test5() local
332 C *PtrArray[10]; ValidExpressions() local
[all...]
/llvm-project/compiler-rt/lib/xray/tests/unit/
H A Dsegmented_array_test.cpp312 using PtrArray = Array<int *>; in TEST() typedef
329 using PtrArray = Array<int *>; in TEST() typedef
/llvm-project/clang/lib/CodeGen/
H A DCGDeclCXX.cpp510 llvm::GlobalVariable *PtrArray = new llvm::GlobalVariable( EmitPointerToInitFunc() local