HomeSort by relevance Sort by last modified time
    Searched full:overloaded (Results 26 - 50 of 1574) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/clang/test/CXX/over/over.over/
p2.cpp 9 int (*f0c)(int, float) = f0; // expected-error{{address of overloaded function 'f0' does not match required type 'int (int, float)'}}
p4.cpp 18 int (*fp0)(int) = f0; // expected-error{{address of overloaded function 'f0' is ambiguous}}
  /external/clang/test/SemaCUDA/
implicit-copy.cu 29 a = b; // expected-error {{no viable overloaded}}
33 a = b; // expected-error {{no viable overloaded}}
44 a = b; // expected-error {{no viable overloaded}}
47 a = b; // expected-error {{no viable overloaded}}
  /external/clang/test/SemaCXX/
overloaded-name.cpp 9 (void)((void)0, ovl); // expected-error{{reference to overloaded function could not be resolved; did you mean to call it?}}
11 (void)(b? ovl : &ovl); // expected-error{{reference to overloaded function could not be resolved; did you mean to call it?}}
12 (void)(b? ovl<float> : &ovl); // expected-error{{reference to overloaded function could not be resolved; did you mean to call it?}}
addr-of-overloaded-function-casting.cpp 25 { bool b = static_cast<void (*)(char)>(f); } // expected-error{{address of overloaded function}}
63 // The error should be reported when casting overloaded function to the
67 FnType a = static_cast<FnType>(f); // expected-error{{address of overloaded function}}
68 FnType b = (FnType)(f); // expected-error{{address of overloaded function}}
fntype-decl.cpp 17 float f(int) { } // expected-error{{functions that differ only in their return type cannot be overloaded}}
alignof-sizeof-reference.cpp 16 sizeof(&f); // expected-error{{reference to overloaded function could not be resolved; did you mean to call it with no arguments?}} \
23 (void)alignof(f_template<int>); // expected-error{{reference to overloaded function could not be resolved; did you mean to call it?}} expected-warning {{GNU extension}}
ambiguous-builtin-unary-operator.cpp 16 ++c; // expected-error {{use of overloaded operator '++' is ambiguous}}\
30 ++c; // expected-error {{use of overloaded operator '++' is ambiguous}} \
cxx0x-initializer-aggregates.cpp 63 one overloaded(A);
64 two overloaded(B);
66 static_assert(sizeof(overloaded({1, 2})) == sizeof(one), "bad overload");
67 static_assert(sizeof(overloaded({1, "two"})) == sizeof(two),
70 static_assert(sizeof(overloaded({1})) == sizeof(one), "bad overload");
  /external/clang/test/SemaTemplate/
resolve-single-template-id.cpp 32 two; // expected-error {{reference to overloaded function could not be resolved; did you mean to call it with no arguments?}}
34 twoT<int>; // expected-error {{reference to overloaded function could not be resolved; did you mean to call it?}}
37 sizeof(twoT<int>); //expected-error {{reference to overloaded function could not be resolved; did you mean to call it?}}
42 *two; //expected-error {{reference to overloaded function could not be resolved; did you mean to call it with no arguments?}} expected-error {{indirection requires pointer operand}}
43 *twoT<int>; //expected-error {{reference to overloaded function could not be resolved; did you mean to call it?}}
61 (twoT<int>) == oneT<int>; //expected-error {{reference to overloaded function could not be resolved; did you mean to call it?}} {{cannot resolve overloaded function 'twoT' from context}}
75 two < two; //expected-error 2 {{reference to overloaded function could not be resolved; did you mean to call it with no arguments?}} expected-error {{invalid operands to binary expression ('void' and 'void')}}
76 twoT<int> < twoT<int>; //expected-error {{reference to overloaded function could not be resolved; did you mean to call it?}} {{cannot resolve overloaded function 'twoT' from context}
    [all...]
  /external/clang/test/Modules/
linkage-merge.cpp 10 // expected-error@9 {{functions that differ only in their return type cannot be overloaded}}
  /external/valgrind/massif/tests/
overloaded-new.vgtest 1 prog: overloaded-new
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/
p1.cpp 13 DefArg &operator=(const DefArg&, int k = 4) = default; // expected-error {{parameter of overloaded 'operator=' cannot have a default argument}}
14 DefArg &operator=(DefArg&&, int k = 4) = default; // expected-error {{parameter of overloaded 'operator=' cannot have a default argument}}
  /external/llvm/include/llvm/Target/
TargetIntrinsicInfo.h 38 /// The Tys and numTys parameters are for intrinsics with overloaded types
39 /// (e.g., those using iAny or fAny). For a declaration for an overloaded
41 /// and must provide exactly one type for each overloaded type in the
53 /// Returns true if the intrinsic can be overloaded.
57 /// and return it. The Tys and numTys are for intrinsics with overloaded
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetIntrinsicInfo.h 37 /// The Tys and numTys parameters are for intrinsics with overloaded types
38 /// (e.g., those using iAny or fAny). For a declaration for an overloaded
40 /// and must provide exactly one type for each overloaded type in the
52 /// Returns true if the intrinsic can be overloaded.
56 /// and return it. The Tys and numTys are for intrinsics with overloaded
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetIntrinsicInfo.h 39 /// The Tys and numTys parameters are for intrinsics with overloaded types
40 /// (e.g., those using iAny or fAny). For a declaration for an overloaded
42 /// and must provide exactly one type for each overloaded type in the
58 /// Returns true if the intrinsic can be overloaded.
62 /// and return it. The Tys and numTys are for intrinsics with overloaded
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Target/
TargetIntrinsicInfo.h 39 /// The Tys and numTys parameters are for intrinsics with overloaded types
40 /// (e.g., those using iAny or fAny). For a declaration for an overloaded
42 /// and must provide exactly one type for each overloaded type in the
58 /// Returns true if the intrinsic can be overloaded.
62 /// and return it. The Tys and numTys are for intrinsics with overloaded
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Target/
TargetIntrinsicInfo.h 39 /// The Tys and numTys parameters are for intrinsics with overloaded types
40 /// (e.g., those using iAny or fAny). For a declaration for an overloaded
42 /// and must provide exactly one type for each overloaded type in the
58 /// Returns true if the intrinsic can be overloaded.
62 /// and return it. The Tys and numTys are for intrinsics with overloaded
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Target/
TargetIntrinsicInfo.h 39 /// The Tys and numTys parameters are for intrinsics with overloaded types
40 /// (e.g., those using iAny or fAny). For a declaration for an overloaded
42 /// and must provide exactly one type for each overloaded type in the
58 /// Returns true if the intrinsic can be overloaded.
62 /// and return it. The Tys and numTys are for intrinsics with overloaded
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Target/
TargetIntrinsicInfo.h 39 /// The Tys and numTys parameters are for intrinsics with overloaded types
40 /// (e.g., those using iAny or fAny). For a declaration for an overloaded
42 /// and must provide exactly one type for each overloaded type in the
58 /// Returns true if the intrinsic can be overloaded.
62 /// and return it. The Tys and numTys are for intrinsics with overloaded
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Target/
TargetIntrinsicInfo.h 39 /// The Tys and numTys parameters are for intrinsics with overloaded types
40 /// (e.g., those using iAny or fAny). For a declaration for an overloaded
42 /// and must provide exactly one type for each overloaded type in the
58 /// Returns true if the intrinsic can be overloaded.
62 /// and return it. The Tys and numTys are for intrinsics with overloaded
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Target/
TargetIntrinsicInfo.h 39 /// The Tys and numTys parameters are for intrinsics with overloaded types
40 /// (e.g., those using iAny or fAny). For a declaration for an overloaded
42 /// and must provide exactly one type for each overloaded type in the
58 /// Returns true if the intrinsic can be overloaded.
62 /// and return it. The Tys and numTys are for intrinsics with overloaded
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetIntrinsicInfo.h 39 /// The Tys and numTys parameters are for intrinsics with overloaded types
40 /// (e.g., those using iAny or fAny). For a declaration for an overloaded
42 /// and must provide exactly one type for each overloaded type in the
58 /// Returns true if the intrinsic can be overloaded.
62 /// and return it. The Tys and numTys are for intrinsics with overloaded
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Target/
TargetIntrinsicInfo.h 39 /// The Tys and numTys parameters are for intrinsics with overloaded types
40 /// (e.g., those using iAny or fAny). For a declaration for an overloaded
42 /// and must provide exactly one type for each overloaded type in the
58 /// Returns true if the intrinsic can be overloaded.
62 /// and return it. The Tys and numTys are for intrinsics with overloaded
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Target/
TargetIntrinsicInfo.h 39 /// The Tys and numTys parameters are for intrinsics with overloaded types
40 /// (e.g., those using iAny or fAny). For a declaration for an overloaded
42 /// and must provide exactly one type for each overloaded type in the
58 /// Returns true if the intrinsic can be overloaded.
62 /// and return it. The Tys and numTys are for intrinsics with overloaded

Completed in 777 milliseconds

12 3 4 5 6 7 8 91011>>