OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetTest1
(Results
1 - 3
of
3
) sorted by null
/external/flatbuffers/tests/MyGame/Example/
Vec3.php
52
public function
GetTest1
()
/external/clang/test/SemaCXX/
ms-property.cpp
17
static Test1 *
GetTest1
() { return new Test1(10); }
57
// CHECK-NEXT: return Test1::
GetTest1
()->X;
58
return Test1::
GetTest1
()->X;
/external/clang/test/CodeGenCXX/
ms-property.cpp
18
static Test1 *
GetTest1
() { return new Test1(10); }
100
// CHECK: [[CALL:%.+]] = call %class.Test1* @"\01?
GetTest1
@Test1@@SAPEAV1@XZ"()
102
return Test1::
GetTest1
()->X;
Completed in 776 milliseconds