Home
last modified time | relevance | path

Searched defs:td2 (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/test/CodeGen/
H A Dpragma-weak.c63 #pragma weak td2 = __td2 // expected-warning {{'weak' attribute only applies to variables and funct… macro
H A Dbuiltins-nvptx.c213 double td2 = __nvvm_fmin_d(d1, d2); nvvm_math() local
/llvm-project/clang/test/SemaCXX/
H A Dcalling-conv-compat.cpp367 fun_cdecl A::*td2 = &A::method_thiscall; variable