OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:t2a
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
p1.cpp
7
Tuple<int, char> *
t2a
;
variable
8
Tuple<int, float> *t2b =
t2a
; // expected-error{{cannot initialize a variable of type 'Tuple<int, float> *' with an lvalue of type 'Tuple<int, char> *'}}
/external/deqp/modules/glshared/
glsFboUtil.cpp
384
else if (const Texture2DArray*
t2a
= dynamic_cast<const Texture2DArray*>(&cfg))
385
glInitLayered(*
t2a
, 1, gl);
Completed in 112 milliseconds