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

1 2 3 4 5 67 8 91011>>

  /external/clang/test/SemaCXX/
virtual-member-functions-key-function.cpp 7 B() { } // expected-note {{implicit destructor for 'B' first required here}}
17 (void)new C; // expected-note {{implicit destructor for 'C' first required here}}
PR9572.cpp 10 Bar() { } // expected-note {{implicit destructor for 'Foo' first required here}}
default-constructor-initializers.cpp 3 struct X1 { // has no implicit default constructor
11 struct X3 : public X2 { // expected-error {{implicit default constructor for 'X3' must explicitly initialize the base class 'X2' which does not have a default constructor}}
25 struct Y1 { // has no implicit default constructor
56 // Ensure that value initialization doesn't use trivial implicit constructors.
direct-initializer.cpp 18 class X { // expected-note{{candidate constructor (the implicit copy constructor)}}
20 // expected-note@-2 {{candidate constructor (the implicit move constructor) not viable}}
29 class Z { // expected-note{{candidate constructor (the implicit copy constructor)}}
31 // expected-note@-2 {{candidate constructor (the implicit move constructor) not viable}}
  /external/clang/test/SemaTemplate/
qualified-names-diag.cpp 6 template<typename T> class vector { }; // expected-note{{candidate function (the implicit copy assignment operator) not viable}}
8 // expected-note@-2 {{candidate function (the implicit move assignment operator) not viable}}
instantiation-backtrace.cpp 4 template<typename T> struct B : A<T*> { }; // expected-error{{implicit instantiation of undefined template}} \
5 // expected-error{{implicit instantiation of undefined template 'A<X *>'}}
26 struct G : A<T>, // expected-error{{implicit instantiation of undefined template 'A<int>'}}
27 A<T*> // expected-error{{implicit instantiation of undefined template 'A<int *>'}}
  /external/dtc/tests/
references.dts 18 /* Implicit phandles */
26 /* Explicit phandle with implicit value */
  /external/llvm/test/CodeGen/MIR/ARM/
cfi-same-value.mir 41 CMPrr %r4, %r5, 14, _, implicit-def %cpsr
53 BL $__morestack, implicit-def %lr, implicit %sp
76 BL @dummy_use, csr_aapcs, implicit-def dead %lr, implicit %sp, implicit %r0, implicit killed %r1, implicit-def %sp
  /external/llvm/test/CodeGen/MIR/X86/
cfi-def-cfa-offset.mir 23 %rsp = SUB64ri32 %rsp, 4040, implicit-def dead %eflags
26 %rsp = ADD64ri32 %rsp, 4040, implicit-def dead %eflags
cfi-def-cfa-register.mir 26 PUSH64r killed %rbp, implicit-def %rsp, implicit %rsp
dead-register-flag.mir 21 ; CHECK: %eax = IMUL32rri8 %edi, 11, implicit-def dead %eflags
22 %eax = IMUL32rri8 %edi, 11, implicit-def dead %eflags
expected-offset-after-cfi-operand.mir 21 %rsp = SUB64ri32 %rsp, 4040, implicit-def dead %eflags
24 %rsp = ADD64ri32 %rsp, 4040, implicit-def dead %eflags
large-cfi-offset-number-error.mir 21 %rsp = SUB64ri32 %rsp, 4040, implicit-def dead %eflags
24 %rsp = ADD64ri32 %rsp, 4040, implicit-def dead %eflags
  /external/llvm/test/CodeGen/X86/
implicit-null-check-negative.ll 1 ; RUN: llc -mtriple=x86_64-apple-macosx -O3 -debug-only=faultmaps -enable-implicit-null-checks < %s 2>&1 | FileCheck %s
4 ; List cases where we should *not* be emitting implicit null checks.
13 br i1 %c, label %is_null, label %not_null, !make.implicit !0
27 br i1 %c, label %is_null, label %not_null, !make.implicit !0
41 ; This is fine, except it is missing the !make.implicit metadata.
58 br i1 %c, label %is_null, label %not_null, !make.implicit !0
79 ; now -implicit-null-checks isn't that smart.
84 br i1 %c, label %is_null, label %not_null, !make.implicit !0
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug184.go 22 // implicit interface conversion in assignment during return
29 // implicit interface conversion in multi-assignment during return
  /prebuilts/go/linux-x86/test/fixedbugs/
bug184.go 22 // implicit interface conversion in assignment during return
29 // implicit interface conversion in multi-assignment during return
  /external/clang/test/Analysis/
svalbuilder-logic.c 11 // Don't crash when mixing 'bool' and 'int' in implicit comparisons to 0.
  /external/clang/test/CXX/basic/basic.scope/basic.scope.hiding/
p2.cpp 39 struct S { S() {} }; // expected-note {{candidate constructor (the implicit copy constructor) not viable}}
41 // expected-note@-2 {{candidate constructor (the implicit move constructor) not viable}}
58 struct S { S() {} }; // expected-note {{candidate constructor (the implicit copy constructor) not viable}}
60 // expected-note@-2 {{candidate constructor (the implicit move constructor) not viable}}
  /external/clang/test/CXX/basic/basic.stc/basic.stc.dynamic/basic.stc.dynamic.deallocation/
p1.cpp 11 static void operator delete(void *); // expected-error {{follows non-static declaration}} expected-note {{implicit}}
  /external/clang/test/CodeGenCXX/
cxx1z-constexpr-if.cpp 1 // RUN: %clang_cc1 -std=c++1z %s -emit-llvm -o - | FileCheck %s --implicit-check-not=should_not_be_used
  /external/clang/test/Profile/
cxx-implicit.cpp 1 // Ensure that implicit methods aren't instrumented.
3 // RUN: %clang_cc1 -x c++ -std=c++11 %s -triple %itanium_abi_triple -main-file-name cxx-implicit.cpp -o - -emit-llvm -fprofile-instrument=clang | FileCheck %s
5 // Implicit constructors are generated for Base. We should not emit counters
17 // Implicit assignment operators are generated for Base. We should not emit counters
  /external/clang/test/SemaCUDA/
implicit-copy.cu 14 // expected-note@-3 2 {{candidate function (the implicit copy assignment operator) not viable: call to __host__ function from __device__ function}}
15 // expected-note@-4 2 {{candidate function (the implicit move assignment operator) not viable: call to __host__ function from __device__ function}}
20 // expected-note@-3 2 {{candidate function (the implicit copy assignment operator) not viable: call to __device__ function from __host__ function}}
21 // expected-note@-4 2 {{candidate function (the implicit move assignment operator) not viable: call to __device__ function from __host__ function}}
  /external/compiler-rt/test/BlocksRuntime/
returnfunctionptr.c 17 // implicit is fine
  /external/llvm/test/CodeGen/AArch64/
arm64-regress-opt-cmp.mir 31 %wzr = SUBSWri killed %1, 0, 0, implicit-def %nzcv
32 Bcc 9, %bb.2.if.end, implicit %nzcv
36 RET_ReallyLR implicit %w0
40 RET_ReallyLR implicit %w0
implicit-sret.ll 3 ; Handle implicit sret arguments that are generated on-the-fly during lowering.

Completed in 334 milliseconds

1 2 3 4 5 67 8 91011>>