HomeSort by relevance Sort by last modified time
    Searched full:def1 (Results 1 - 23 of 23) sorted by null

  /frameworks/compile/slang/tests/F_one_definition_rule1/
stderr.txt.expect 1 error: type 'DifferentDefinition1' in different translation unit (def2.rs v.s. def1.rs) has incompatible type definition
  /frameworks/compile/slang/tests/F_one_definition_rule2/
stderr.txt.expect 1 error: type 'DifferentDefinition2' in different translation unit (def2.rs v.s. def1.rs) has incompatible type definition
  /frameworks/compile/slang/tests/F_one_definition_rule3/
stderr.txt.expect 1 error: type 'DifferentDefinition3' in different translation unit (def2.rs v.s. def1.rs) has incompatible type definition
  /frameworks/compile/slang/tests/F_one_definition_rule4/
stderr.txt.expect 1 error: type 'DifferentDefinition4' in different translation unit (def2.rs v.s. def1.rs) has incompatible type definition
  /frameworks/compile/slang/tests/F_one_definition_rule5/
stderr.txt.expect 1 error: type 'DifferentDefinition5' in different translation unit (def2.rs v.s. def1.rs) has incompatible type definition
  /frameworks/compile/slang/tests/F_one_definition_rule6/
stderr.txt.expect 1 error: type 'DifferentDefinition6' in different translation unit (def2.rs v.s. def1.rs) has incompatible type definition
  /frameworks/compile/slang/tests/F_one_definition_rule7/
stderr.txt.expect 1 error: type 'DifferentDefinition7' in different translation unit (def2.rs v.s. def1.rs) has incompatible type definition
  /frameworks/compile/slang/tests/F_one_definition_rule8/
stderr.txt.expect 1 error: type 'DifferentDefinition8' in different translation unit (def2.rs v.s. def1.rs) has incompatible type definition
  /external/clang/test/SemaTemplate/
instantiation-default-1.cpp 2 template<typename T, typename U = const T> struct Def1;
4 template<> struct Def1<int> {
8 template<> struct Def1<const int> { // expected-note{{previous definition is here}}
12 template<> struct Def1<int&> {
16 void test_Def1(Def1<int, const int> *d1, Def1<const int, const int> *d2,
17 Def1<int&, int&> *d3) {
39 template<> struct Def1<const int, const int> { }; // expected-error{{redefinition of 'Def1<const int>'}}
  /external/markdown/tests/extensions-x-def_list/
simple_def-lists.txt 4 : Def1
simple_def-lists.html 4 <dd>Def1</dd>
  /external/valgrind/main/coregrind/
m_tooliface.c 341 #define DEF1(fn, args...) \
373 DEF1(track_new_mem_stack_4, Addr)
374 DEF1(track_new_mem_stack_8, Addr)
375 DEF1(track_new_mem_stack_12, Addr)
376 DEF1(track_new_mem_stack_16, Addr)
377 DEF1(track_new_mem_stack_32, Addr)
378 DEF1(track_new_mem_stack_112, Addr)
379 DEF1(track_new_mem_stack_128, Addr)
380 DEF1(track_new_mem_stack_144, Addr)
381 DEF1(track_new_mem_stack_160, Addr
    [all...]
  /external/clang/test/ARCMT/
assign-prop-with-arc-runtime.m 41 @property (retain) id def1;
51 @synthesize def1, def2, def3;
assign-prop-with-arc-runtime.m.result 41 @property (strong) id def1;
51 @synthesize def1, def2, def3;
  /external/v8/test/mjsunit/
const-redecl.js 107 function TestConflict(def0, def1) {
109 TestAll("TypeError", def0 +'; ' + def1);
111 TestAll("TypeError", 'eval("' + def0 + '; ' + def1 + '")');
113 TestAll("TypeError", 'eval("' + def0 +'"); ' + def1);
115 TestAll("TypeError", def0 + '; eval("' + def1 + '")');
117 TestAll("TypeError", 'eval("' + def0 +'"); eval("' + def1 + '")');
  /external/icu4c/test/cintltst/
cmsgtst.c 378 UDateFormat *def1; local
447 def1 = udat_open(UDAT_DEFAULT,UDAT_DEFAULT ,NULL, NULL, 0, NULL,0,&status);
453 if(u_strcmp(myDateFormat(def1, d), myDateFormat(def1, d1))==0)
457 austrdup(myDateFormat(def1,d)), austrdup(myDateFormat(def1,d1)) );
461 udat_close(def1);
480 UDateFormat *def1; local
541 def1 = udat_open(UDAT_DEFAULT,UDAT_DEFAULT ,NULL, NULL, 0, NULL,0,&status);
547 if(u_strcmp(myDateFormat(def1, d), myDateFormat(def1, d1))==0
574 UDateFormat *def1; local
    [all...]
cdattst.c 60 UDateFormat *def, *fr, *it, *de, *def1, *fr_pat; local
115 def1 = udat_open(UDAT_SHORT, UDAT_SHORT, NULL, NULL, 0,NULL, 0, &status);
265 udat_applyPattern(def1, FALSE, temp, u_strlen(temp));
269 resultlengthneeded=udat_toPattern(def1, FALSE, NULL, resultlength, &status);
275 udat_toPattern(def1, FALSE, result, resultlength, &status);
310 udat_set2DigitYearStart(def1 ,d1, &status);
314 if(udat_get2DigitYearStart(fr_pat, &status) != udat_get2DigitYearStart(def1, &status))
333 udat_setNumberFormat(def1, numformat1);
334 numformat2=udat_getNumberFormat(def1);
342 udat_setNumberFormat(def1, numformat1)
    [all...]
  /external/libxml2/
relaxng.c     [all...]
  /external/icu4c/i18n/unicode/
umsg.h 61 * UDateFormat *def1;
  /external/qemu/target-i386/
helper.c 421 x86_def_t def1, *def = &def1; local
    [all...]
  /external/elfutils/src/
ldgeneric.c 3871 int def1 = ndxtosym[idx1]->defined && !ndxtosym[idx1]->in_dso; local
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp     [all...]

Completed in 1327 milliseconds