OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_x
(Results
1 - 5
of
5
) sorted by null
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
p2.cpp
26
const X
get_X
();
31
A<X> a0 = f1(
get_X
());
/external/llvm/test/CodeGen/X86/
tls-local-dynamic.ll
6
;
get_x
and get_y are here to prevent x and y to be optimized away as 0
8
define i32* @
get_x
() {
13
; CHECK:
get_x
:
/external/clang/test/CodeGenCXX/
constructor-init.cpp
173
X<int>
get_X
(X<int> x) { return x; }
/frameworks/base/docs/html/guide/topics/renderscript/
advanced.jd
687
System.out.println(point.
get_x
() + " " + point.get_y());
725
points.
get_x
(0); //read x and y from index 0
726
points.
get_x
(0);
/external/v8/test/cctest/
test-api.cc
[
all
...]
Completed in 1035 milliseconds