HomeSort by relevance Sort by last modified time
    Searched full:implicit (Results 126 - 150 of 5944) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/go/darwin-x86/test/fixedbugs/
issue15572.go 7 // Test that exporting composite literals with implicit
issue5614.go 8 // named types when used in implicit conversion to
  /prebuilts/go/linux-x86/test/fixedbugs/
issue15572.go 7 // Test that exporting composite literals with implicit
issue5614.go 8 // named types when used in implicit conversion to
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/events/
ScalarEvent.java 29 // The implicit flag of a scalar event is a pair of boolean values that
32 private final ImplicitTuple implicit; field in class:ScalarEvent
34 public ScalarEvent(String anchor, String tag, ImplicitTuple implicit, String value,
38 this.implicit = implicit;
89 return this.implicit;
94 return super.getArguments() + ", tag=" + tag + ", " + implicit + ", value=" + value;
  /external/clang/test/Modules/
dependency-gen.modulemap 4 // RUN: %clang_cc1 -I. -x c++ -fmodule-name=test -fmodules -emit-module -fno-validate-pch -fmodules-strict-decluse %s -dependency-file - -MT implicit.pcm -o %t/implicit.pcm -fmodules-cache-path=%t -fmodule-map-file-home-is-cwd -fmodule-map-file=%S/Inputs/dependency-gen-base.modulemap | FileCheck %s --check-prefix=IMPLICIT
17 // For implicit use of a module via the module cache, the input files
20 // IMPLICIT-DAG: {{[/\\]}}dependency-gen.modulemap
21 // IMPLICIT-DAG: {{ |\.[/\\]}}Inputs{{[/\\]}}dependency-gen-base.modulemap
22 // IMPLICIT-DAG: {{ |\.[/\\]}}Inputs{{[/\\]}}dependency-gen-base2.modulemap
23 // IMPLICIT-DAG: {{ |\.[/\\]}}Inputs{{[/\\]}}dependency-gen.h
24 // IMPLICIT-DAG: {{ |\.[/\\]}}Inputs{{[/\\]}}dependency-gen-included.h
25 // IMPLICIT-DAG: {{ |\.[/\\]}}Inputs{{[/\\]}}dependency-gen-included2.
    [all...]
modulemap-locations.m 15 wont_be_found1(); // expected-warning{{implicit declaration of function 'wont_be_found1' is invalid in C99}}
17 wont_be_found2(); // expected-warning{{implicit declaration of function 'wont_be_found2' is invalid in C99}}
  /external/clang/test/CXX/except/except.spec/
p4.cpp 3 // We permit overriding an implicit exception specification with an explicit one
13 S::~S() noexcept {} // expected-warning {{function previously declared with an implicit exception specification redeclared with an explicit exception specification}}
14 void S::operator delete(void*) noexcept {} // expected-warning {{function previously declared with an implicit exception specification redeclared with an explicit exception specification}}
23 T::~T() {} // expected-warning {{function previously declared with an explicit exception specification redeclared with an implicit exception specification}}
24 void T::operator delete(void*) {} // expected-warning {{function previously declared with an explicit exception specification redeclared with an implicit exception specification}}
  /external/llvm/test/CodeGen/X86/
eflags-copy-expansion.mir 31 NOOP implicit-def %al
56 ; CHECK-NEXT: %al = ADD8ri %al, 127, implicit-def %eflags
57 ; CHECK-NEXT: SAHF implicit-def %eflags, implicit %ah
64 NOOP implicit %al
  /frameworks/base/data/etc/
framework-sysconfig.xml 22 <allow-implicit-broadcast action="android.intent.action.SIM_STATE_CHANGED" />
23 <allow-implicit-broadcast action="android.intent.action.PACKAGE_CHANGED" />
24 <allow-implicit-broadcast action="android.intent.action.MEDIA_SCANNER_SCAN_FILE" />
25 <allow-implicit-broadcast action="android.media.action.OPEN_AUDIO_EFFECT_CONTROL_SESSION" />
26 <allow-implicit-broadcast action="android.media.action.CLOSE_AUDIO_EFFECT_CONTROL_SESSION" />
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/emitter/
EventConstructor.java 68 List<Boolean> implicitList = (List<Boolean>) mapping.get("implicit");
69 ImplicitTuple implicit; local
71 implicit = new ImplicitTuple(false, true);
73 implicit = new ImplicitTuple((Boolean) implicitList.get(0),
76 value = new ScalarEvent((String) mapping.get("anchor"), tag, implicit, v, null,
80 Boolean implicit = (Boolean) mapping.get("implicit"); local
81 if (implicit == null) {
82 implicit = true;
84 value = new SequenceStartEvent((String) mapping.get("anchor"), tag, implicit, null
88 Boolean implicit = (Boolean) mapping.get("implicit"); local
    [all...]
  /external/llvm/test/CodeGen/MIR/Lanai/
peephole-compare.mir 16 # CHECK: SUB_F_R [[IN1]], [[IN2]], 0, implicit-def %sr
21 # CHECK: SUB_F_R [[IN1]], [[IN2]], 0, implicit-def %sr
26 # CHECK: SUB_F_R [[IN1]], [[IN2]], 0, implicit-def %sr
31 # CHECK: SUB_F_R [[IN1]], [[IN2]], 0, implicit-def %sr
216 SFSUB_F_RI_LO %4, 0, implicit-def %sr
217 %5 = SELECT %2, %4, 7, implicit %sr
219 RET implicit %rca, implicit %rv
262 SFSUB_F_RR %1, %0, implicit-def %sr
263 %4 = SELECT %2, %1, 7, implicit %s
    [all...]
  /external/llvm/test/DebugInfo/MIR/X86/
live-debug-values.mir 195 frame-setup PUSH64r killed %rbx, implicit-def %rsp, implicit %rsp
203 CMP32ri8 killed %eax, 2, implicit-def %eflags, debug-location !26
204 JNE_1 %bb.2.if.end, implicit %eflags
212 dead %eax = XOR32rr undef %eax, undef %eax, implicit-def dead %eflags, implicit-def %al, debug-location !32
213 CALL64pcrel32 @atoi, csr_64, implicit %rsp, implicit %rdi, implicit %al, implicit-def %rsp, implicit-def %eax, debug-location !3
    [all...]
  /external/clang/test/SemaCUDA/
implicit-member-target-collision.cu 19 // expected-note@-3 {{candidate constructor (the implicit default constructor}} not viable
20 // expected-note@-4 {{implicit default constructor inferred target collision: call to both __host__ and __device__ members}}
21 // expected-note@-5 {{candidate constructor (the implicit copy constructor}} not viable
35 // expected-note@-5 {{candidate constructor (the implicit default constructor}} not viable
36 // expected-note@-6 {{implicit default constructor inferred target collision: call to both __host__ and __device__ members}}
37 // expected-note@-7 {{candidate constructor (the implicit copy constructor}} not viable
51 // expected-note@-4 {{candidate constructor (the implicit default constructor}} not viable
52 // expected-note@-5 {{implicit default constructor inferred target collision: call to both __host__ and __device__ members}}
53 // expected-note@-6 {{candidate constructor (the implicit copy constructor}} not viable
  /external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
PR31384.pass.cpp 28 struct Implicit {
29 Implicit() = default;
30 Implicit(int) {}
57 std::tuple<Implicit> foo = Derived<int>{42}; ((void)foo);
59 std::tuple<Implicit> bar(Derived<int>{42}); ((void)bar);
73 std::tuple<Implicit> foo = ExplicitDerived<int>{42}; ((void)foo);
75 ExplicitDerived<int>, std::tuple<Implicit>>::value,
79 ExplicitDerived<int>, std::tuple<Implicit>>::value,
83 std::tuple<Implicit> bar(ExplicitDerived<int>{42}); ((void)bar);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
PR31384.pass.cpp 28 struct Implicit {
29 Implicit() = default;
30 Implicit(int) {}
57 std::tuple<Implicit> foo = Derived<int>{42}; ((void)foo);
59 std::tuple<Implicit> bar(Derived<int>{42}); ((void)bar);
73 std::tuple<Implicit> foo = ExplicitDerived<int>{42}; ((void)foo);
75 ExplicitDerived<int>, std::tuple<Implicit>>::value,
79 ExplicitDerived<int>, std::tuple<Implicit>>::value,
83 std::tuple<Implicit> bar(ExplicitDerived<int>{42}); ((void)bar);
  /external/clang/test/SemaCXX/
nullability.cpp 75 void *_Nonnull p(nullable); // expected-warning{{implicit conversion from nullable pointer 'void * _Nullable' to non-nullable pointer type 'void * _Nonnull'}}
76 void *_Nonnull p2{nullable}; // expected-warning{{implicit conversion from nullable pointer 'void * _Nullable' to non-nullable pointer type 'void * _Nonnull'}}
77 void *_Nonnull p3 = {nullable}; // expected-warning{{implicit conversion from nullable pointer 'void * _Nullable' to non-nullable pointer type 'void * _Nonnull'}}
78 void *_Nonnull p4 = nullable; // expected-warning{{implicit conversion from nullable pointer 'void * _Nullable' to non-nullable pointer type 'void * _Nonnull'}}
80 nonnull = nullable; // expected-warning{{implicit conversion from nullable pointer 'void * _Nullable' to non-nullable pointer type 'void * _Nonnull'}}
81 nonnull = {nullable}; // expected-warning{{implicit conversion from nullable pointer 'void * _Nullable' to non-nullable pointer type 'void * _Nonnull'}}
83 TakeNonnull(nullable); //expected-warning{{implicit conversion from nullable pointer 'void * _Nullable' to non-nullable pointer type 'void * _Nonnull}}
90 void *_Nonnull p(ReturnNullable()); // expected-warning{{implicit conversion from nullable pointer 'void * _Nullable' to non-nullable pointer type 'void * _Nonnull'}}
91 void *_Nonnull p2{ReturnNullable()}; // expected-warning{{implicit conversion from nullable pointer 'void * _Nullable' to non-nullable pointer type 'void * _Nonnull'}}
92 void *_Nonnull p3 = {ReturnNullable()}; // expected-warning{{implicit conversion from nullable pointer 'void * _Nullable' to non-nullable pointer type 'void * _Nonnull' (…)
    [all...]
dcl_init_aggr.cpp 15 // expected-note@-2 3 {{candidate constructor (the implicit copy constructor) not viable}}
16 // expected-note@-3 3 {{candidate constructor (the implicit move constructor) not viable}}
67 // expected-note@-2 3 {{candidate constructor (the implicit copy constructor)}}
70 // expected-note@-5 4 {{candidate constructor (the implicit copy constructor)}}
71 // expected-note@-6 4 {{candidate constructor (the implicit move constructor)}}
84 // expected-error@-2 {{implicit default constructor for}}
91 // expected-note@-3 2{{in implicit initialization of field 'nodef' with omitted initializer}}
93 // expected-note@-5 3{{in implicit initialization of field 'nodef' with omitted initializer}}
101 // expected-note@-2 {{implicit default constructor for 'TooFewError' first required here}}
104 // expected-note@-5 {{in implicit initialization of array element 1 with omitted initializer}
    [all...]
  /external/llvm/docs/
FaultMaps.rst 2 FaultMaps and implicit checks
31 Information about implicit checks generated by LLVM are put in a
67 br i1 %ptr_is_null, label %is_null, label %not_null, !make.implicit !0
79 to control flow implicit in the instruction loading or storing through
95 ``-enable-implicit-null-checks`` is passed to ``llc``.
100 ``make.implicit`` metadata
103 Making null checks implicit is an aggressive optimization, and it can
106 ensure that only a negligible number of implicit null checks actually
108 of doing this is by healing failed implicit null checks into explicit
111 be profitable to convert it to an implicit null check
    [all...]
  /external/llvm/test/CodeGen/MIR/X86/
machine-basic-block-operands.mir 44 CMP32ri8 %eax, 10, implicit-def %eflags
45 JG_1 %bb.2.exit, implicit %eflags
49 %eax = MOV32r0 implicit-def %eflags
65 CMP32ri8 %eax, 10, implicit-def %eflags
66 JG_1 %bb.3, implicit %eflags
69 %eax = MOV32r0 implicit-def %eflags
  /external/mesa3d/src/gallium/state_trackers/nine/
swapchain9ex.c 33 BOOL implicit,
40 DBG("This=%p pParams=%p implicit=%d pPresent=%p pPresentationParameters=%p "
42 This, pParams, (int) implicit, pPresent, pPresentationParameters, pCTX, hFocusWindow, mode);
44 return NineSwapChain9_ctor(&This->base, pParams, implicit, pPresent,
106 BOOL implicit,
115 implicit, pPresent, pPresentationParameters,
  /prebuilts/go/darwin-x86/test/
convlit.go 7 // Verify that illegal assignments with both explicit and implicit conversions of literals are detected.
28 // implicit conversions merit scrutiny
40 // but these implicit conversions are okay
50 // implicit is not
61 // implicit is still not
72 // implicit is still not
  /prebuilts/go/linux-x86/test/
convlit.go 7 // Verify that illegal assignments with both explicit and implicit conversions of literals are detected.
28 // implicit conversions merit scrutiny
40 // but these implicit conversions are okay
50 // implicit is not
61 // implicit is still not
72 // implicit is still not
  /external/clang/test/Analysis/
auto-obj-dtors-cfg-output.cpp 45 // CHECK: 11: [B1.10].~A() (Implicit destructor)
46 // CHECK: 12: [B1.2].~A() (Implicit destructor)
64 // CHECK-NEXT: 5: [B1.2].~A() (Implicit destructor)
83 // CHECK-NEXT: 7: [B1.6].~A() (Implicit destructor)
84 // CHECK-NEXT: 8: [B1.4].~A() (Implicit destructor)
87 // CHECK: 11: [B1.10].~A() (Implicit destructor)
88 // CHECK: 12: [B1.2].~A() (Implicit destructor)
106 // CHECK-NEXT: 3: [B1.2].~A() (Implicit destructor)
107 // CHECK-NEXT: 4: [B3.4].~A() (Implicit destructor)
108 // CHECK-NEXT: 5: [B3.2].~A() (Implicit destructor
    [all...]
  /external/llvm/test/Transforms/Inline/
inline-funclets.ll 307 to label %exit unwind label %implicit.root
312 implicit.root:
313 %implicit.root.pad = cleanuppad within none []
314 call void @g() [ "funclet"(token %implicit.root.pad) ]
315 invoke void @g() [ "funclet"(token %implicit.root.pad) ]
316 to label %implicit.root.cont unwind label %implicit.left
318 ; There's an unwind edge to %internal in implicit.right, and we need to propagate that
319 ; fact down to implicit.right.grandchild, up to implicit.root, and down t
    [all...]

Completed in 4711 milliseconds

1 2 3 4 56 7 8 91011>>