Home
last modified time | relevance | path

Searched defs:pd (Results 1 – 22 of 22) sorted by relevance

/llvm-project/flang/test/Lower/Intrinsics/
H A Dreshape.f905 subroutine reshape_test(x, source, pd, sh, ord) argument
8 integer :: pd(:,:,:) local
/llvm-project/clang/test/Sema/
H A Dbuiltin-expect-with-probability.cpp54 constexpr double pd = 0.7; in test() local
/llvm-project/clang/test/CXX/conv/conv.fctptr/
H A Dp1.cpp24 Throw *const S::*pd = c; // expected-error {{cannot initialize}} in test() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dredundant-void-arg.c48 double *pd; in bar() local
H A Duse-std-print.cpp587 const ptrdiff_t pd = &ai[3] - &ai[0]; printf_integer_d() local
731 const ptrdiff_t pd = &ai[3] - &ai[0]; printf_integer_u() local
[all...]
H A Dredundant-void-arg.cpp137 double *pd; variable
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp3-0x.cpp24 A<int> *pd = &d; variable
/llvm-project/clang/utils/analyzer/
H A DSATestBenchmark.py18 import pandas as pd namespace
/llvm-project/clang/test/CodeGenCXX/
H A Dptr-to-datamember.cpp85 double A::* pd = &A::d; in main() local
/llvm-project/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
H A Dsema.cpp136 D *pd = 0; in dyncast() local
/llvm-project/flang/lib/Lower/OpenMP/
H A DReductionProcessor.cpp38 getReductionType(const omp::clause::ProcedureDesignator & pd) getReductionType() argument
74 supportedIntrinsicProcReduction(const omp::clause::ProcedureDesignator & pd) supportedIntrinsicProcReduction() argument
825 getRealName(const omp::clause::ProcedureDesignator & pd) getRealName() argument
/llvm-project/clang/test/Analysis/
H A DDeleteWithNonVirtualDtor.cpp185 Base *pd = new PrivateDtor(); in privateDtor() local
/llvm-project/openmp/runtime/tools/
H A DsummarizeStats.py3 import pandas as pd global() namespace
/llvm-project/clang/test/CXX/special/class.copy/
H A Dimplicit-move.cpp92 PrivateDestructor pd; // expected-note{{field 'pd' has an inaccessible destructor}} member
/llvm-project/clang/test/SemaCXX/
H A Dmember-pointer.cpp123 D d, *pd = &d; in h() local
H A Doverloaded-operator.cpp127 void incdec_test(PostInc pi, PostDec pd) { in incdec_test()
/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp1479 const ParmVarDecl *pd = *pi; AddCFAnnotations() local
1531 const ParmVarDecl *pd = *pi; migrateAddFunctionAnnotation() local
1604 const ParmVarDecl *pd = *pi; AddCFAnnotations() local
1663 const ParmVarDecl *pd = *pi; migrateAddMethodAnnotation() local
[all...]
/llvm-project/clang/lib/Analysis/
H A DRetainSummaryManager.cpp912 const ParmVarDecl *pd, unsigned parm_idx, const NamedDecl *FD, in applyParamAnnotationEffect()
/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp418 if (const ObjCProtocolDecl *pd = dyn_cast<ObjCProtocolDecl>(container)) { VisitObjCMethodDecl() local
/llvm-project/flang/lib/Parser/
H A Dunparse.cpp1722 const auto &pd{std::get<ProcedureDesignator>(x.call.t)}; Unparse() local
2518 const auto &pd = std::get<ProcedureDesignator>(x.v.t); Unparse() local
/llvm-project/flang/lib/Semantics/
H A Dexpression.cpp2826 GetCalleeAndArguments(const parser::ProcedureDesignator & pd,ActualArguments && arguments,bool isSubroutine,bool mightBeStructureConstructor) GetCalleeAndArguments() argument
/llvm-project/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp1404 struct dirent *pd; in TEST() local