Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGen/
H A Dpragma-weak.c67 #pragma weak td3 = __td3 // expected-warning {{'weak' attribute only applies to variables and funct… macro
H A Dbuiltins-nvptx.c215 double td3 = __nvvm_sqrt_rn_d(d1); nvvm_math() local
/llvm-project/clang/test/SemaCXX/
H A Dcalling-conv-compat.cpp368 fun_stdcall A::*td3 = &A::method_stdcall; variable