Searched refs:linkage (Results 1 - 25 of 110) sorted by relevance

12345

/external/clang/test/Modules/Inputs/
H A Dlinkage-merge-bar.h1 #include <linkage-merge-foo.h>
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-linkage.cc13 #include "src/compiler/linkage.h"
48 Linkage linkage(&info);
63 Linkage linkage(&info);
65 CallDescriptor* descriptor = linkage.GetIncomingDescriptor();
79 Linkage linkage(&info);
80 // TODO(titzer): test linkage creation with a bonafide code stub.
82 CHECK_EQ(NULL, linkage.GetIncomingDescriptor());
90 Linkage linkage(&info);
93 CallDescriptor* descriptor = linkage.GetJSCallDescriptor(i);
104 // TODO(titzer): test linkage creatio
[all...]
H A Dgraph-builder-tester.cc7 #include "src/compiler/linkage.h"
39 Linkage linkage(&info,
42 code_ = pipeline.GenerateCodeForMachineGraph(&linkage, graph_);
H A Dinstruction-selector-tester.h63 Linkage linkage(&info, call_descriptor());
64 InstructionSequence sequence(&linkage, graph(), schedule);
/external/chromium_org/v8/src/compiler/
H A Dpipeline.h34 Handle<Code> GenerateCodeForMachineGraph(Linkage* linkage, Graph* graph,
52 Handle<Code> GenerateCode(Linkage* linkage, Graph* graph, Schedule* schedule,
H A Dchange-lowering.h22 ChangeLowering(JSGraph* jsgraph, Linkage* linkage) argument
23 : jsgraph_(jsgraph), linkage_(linkage) {}
48 Linkage* linkage() const { return linkage_; } function in class:v8::internal::compiler::FINAL
H A Dpipeline.cc271 Linkage linkage(info());
275 ChangeLowering lowering(&jsgraph, &linkage);
310 Linkage linkage(info());
311 code = GenerateCode(&linkage, &graph, schedule, &source_positions);
340 Handle<Code> Pipeline::GenerateCodeForMachineGraph(Linkage* linkage, argument
351 Handle<Code> code = GenerateCode(linkage, graph, schedule, &source_positions);
363 Handle<Code> Pipeline::GenerateCode(Linkage* linkage, Graph* graph, argument
367 DCHECK_NOT_NULL(linkage);
371 InstructionSequence sequence(linkage, graph, schedule);
389 linkage
[all...]
H A Dcode-generator-impl.h12 #include "src/compiler/linkage.h"
112 Linkage* linkage() const { return gen_->linkage(); } function in class:v8::internal::compiler::InstructionOperandConverter
H A Dcode-generator.h32 Linkage* linkage() const { return code()->linkage(); } function in class:v8::internal::compiler::FINAL
H A Djs-generic-lowering.h61 Linkage* linkage() const { return linkage_; } function in class:v8::internal::compiler::JSGenericLowering
/external/linux-tools-perf/perf-3.12.0/arch/ia64/include/asm/
H A Dunistd.h33 #include <linux/linkage.h>
/external/linux-tools-perf/perf-3.12.0/arch/powerpc/include/asm/
H A Dunistd.h24 #include <linux/linkage.h>
/external/linux-tools-perf/perf-3.12.0/arch/sh/lib/
H A Dmemcpy.S14 #include <linux/linkage.h>
H A Dmemset.S13 #include <linux/linkage.h>
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
H A Drdfseg.asm1 ;; program to test inter-segment production and linkage of RDF objects
H A Dtestlib.asm1 ; program to test retrieval of and linkage to modules in libraries by
H A Drdftest2.asm1 ;; rdftest2.asm - test linkage and generation of RDOFF files
H A Drdftest1.asm1 ;; program to test RDOFF production and linkage
/external/linux-tools-perf/perf-3.12.0/arch/arm64/lib/
H A Dmemcpy.S17 #include <linux/linkage.h>
H A Dmemset.S17 #include <linux/linkage.h>
/external/clang/test/SemaCXX/
H A Dextern-c.cpp15 extern int test2_x; // expected-note {{declared with C language linkage here}}
19 float test2_x; // expected-error {{declaration of 'test2_x' in global scope conflicts with declaration with C language linkage}}
35 extern int test4_b; // expected-note {{declared with C language linkage here}}
39 static float test4_b; // expected-error {{declaration of 'test4_b' in global scope conflicts with declaration with C language linkage}}
51 extern int test5_b; // expected-note {{declared with C language linkage here}}
56 static float test5_b; // expected-error {{declaration of 'test5_b' in global scope conflicts with declaration with C language linkage}}
80 namespace linkage { namespace
96 void linkage_from_outer_1(); // expected-error {{different language linkage}}
97 void linkage_from_outer_2(); // expected-error {{different language linkage}}
130 int lookup_in_global_g; // expected-error {{conflicts with declaration with C language linkage}}
[all...]
/external/linux-tools-perf/perf-3.12.0/arch/h8300/lib/
H A Dmemset.S3 #include <asm/linkage.h>
/external/oprofile/module/x86/
H A Doprofile_nmi.S5 #include <linux/linkage.h>
/external/linux-tools-perf/perf-3.12.0/arch/arc/lib/
H A Dmemcpy-700.S9 #include <asm/linkage.h>
H A Dmemset.S9 #include <asm/linkage.h>

Completed in 1801 milliseconds

12345