/external/clang/test/FixIt/ |
fixit-pmem.cpp | 21 void foo1(int (S::*ps)(), S s, S* p) function
|
/external/clang/test/Index/ |
annotate-comments-typedef.m | 42 struct Foo1 { 46 typedef struct Foo1 Foo1T; 47 // FIXME: we don't attach this comment to 'struct Foo1' 48 // CHECK: TypedefDecl=Foo1T:[[@LINE-2]]:21 (Definition) {{.*}} FullCommentAsHTML=[<p class="para-brief"> About Foo1T </p>] FullCommentAsXML=[<Typedef file="{{[^"]+}}annotate-comments-typedef.m" line="[[@LINE-2]]" column="21"><Name>Foo1T</Name><USR>c:annotate-comments-typedef.m@T@Foo1T</USR><Declaration>typedef struct Foo1 Foo1T</Declaration><Abstract><Para> About Foo1T </Para></Abstract></Typedef>]
|
/external/clang/test/Misc/ |
ast-dump-invalid.cpp | 47 double foo1(double, invalid_type); 49 double Str::foo1(double, invalid_type) function in class:TestInvalidFunctionDecl::Str 55 // CHECK-NEXT: | `-CXXMethodDecl {{.*}} <line:47:4, col:36> col:11 invalid foo1 'double (double, int)' 58 // CHECK-NEXT: `-CXXMethodDecl {{.*}} parent {{.*}} <line:49:1, line:50:14> line:49:13 invalid foo1 'double (double, int)'
|
/external/clang/test/PCH/ |
ocl_types.cl | 8 void foo1(img1d_t img);
|
/external/clang/test/Parser/ |
asm.cpp | 3 int foo1 asm ("bar1");
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
coverage-missing.cc | 51 void foo1(); 58 void foo1() { fprintf(stderr, "foo1\n"); } function 72 foo1();
|
/external/libxml2/test/schemas/ |
import0_0.xsd | 15 <xs:element name="foo1" type="ns2:tfoo"/>
|
/external/llvm/test/CodeGen/ARM/ |
subtarget-no-movt.ll | 27 ; NO-OPTION-LABEL: {{_?}}foo1 31 ; USE-MOVT-LABEL: {{_?}}foo1 35 ; NO-USE-MOVT-LABEL: {{_?}}foo1 40 define i32 @foo1(i32 %a) {
|
/external/llvm/test/CodeGen/Mips/ |
global-pointer-reg.ll | 9 define void @foo1() nounwind {
|
/external/llvm/test/CodeGen/Thumb/ |
inlineasm-thumb.ll | 16 tail call void asm sideeffect "foo1", "~{r0},~{r1},~{r2},~{r3},~{r4},~{r5},~{r6},~{r7}"()
|
/external/llvm/test/CodeGen/X86/ |
illegal-insert.ll | 7 define <4 x double> @foo1(<4 x double> %t) {
|
/external/llvm/test/Other/ |
opt-override-mcpu-mattr.ll | 8 define i32 @foo1() #0 {
|
/external/llvm/test/Transforms/GlobalOpt/ |
deadglobal.ll | 12 define void @foo1() {
|
/external/llvm/test/Transforms/InstCombine/ |
2008-05-31-Bools.ll | 6 define i1 @foo1(i1 %a, i1 %b) {
|
/external/swiftshader/third_party/LLVM/test/CodeGen/SystemZ/ |
02-RetAndImm.ll | 6 define i64 @foo1(i64 %a, i64 %b) {
|
02-RetOrImm.ll | 6 define i64 @foo1(i64 %a, i64 %b) {
|
03-RetAddSubreg.ll | 11 define zeroext i32 @foo1(i32 %a, i32 %b) {
|
03-RetAndImmSubreg.ll | 3 define i32 @foo1(i32 %a, i32 %b) {
|
03-RetImmSubreg.ll | 8 define i32 @foo1() {
|
03-RetOrSubreg.ll | 12 define zeroext i32 @foo1(i32 %a, i32 %b) {
|
03-RetSubSubreg.ll | 11 define zeroext i32 @foo1(i32 %a, i32 %b) {
|
03-RetXorSubreg.ll | 12 define zeroext i32 @foo1(i32 %a, i32 %b) {
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
illegal-insert.ll | 7 define <4 x double> @foo1(<4 x double> %t) {
|
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/ |
2008-05-31-Bools.ll | 6 define i1 @foo1(i1 %a, i1 %b) {
|
/prebuilts/go/darwin-x86/test/ |
undef.go | 29 func foo1() *T1 { return &T1{y1: 99} } func
|