Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaCXX/
H A Ddelete-and-function-templates.cpp105 int *ip4 = g2(3, 3); //expected-error{{ambiguous}} in foo() local
109 int *ip4 = g2(3, 3.14); in foo() local
/llvm-project/clang/test/PCH/
H A Dnamespaces.cpp17 Alias1::t3 *ip4 = &int_val; variable
/llvm-project/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp1-11.cpp25 IP<(int*)0> ip4; global() variable
/llvm-project/clang/test/SemaTemplate/
H A Dtypename-specifier.cpp68 N::X<N::A>::type *ip4 = &i; variable