Home
last modified time | relevance | path

Searched defs:ETC (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang/test/CodeGenCUDA/Inputs/
Dcuda-initializers.h29 struct ETC { struct
30 template <typename... T> __device__ ETC(T...) {} in ETC() argument
/external/clang/test/SemaCUDA/Inputs/
Dcuda-initializers.h29 struct ETC { struct
30 template <typename... T> __device__ ETC(T...) {} in ETC() function
/external/clang/test/CodeGenCUDA/Inputs/
Dcuda-initializers.h29 struct ETC { struct
30 template <typename... T> __device__ ETC(T...) {} in ETC() argument
/external/llvm-project/clang/test/SemaCUDA/Inputs/
Dcuda-initializers.h29 struct ETC { struct
30 template <typename... T> __device__ ETC(T...) {} in ETC() function
/external/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc464 #define ETC "name:\"foo\" label:LABEL_REQUIRED number:1" in TEST_F() macro