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

1 2 3 45 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Intrinsics.h 63 /// Returns true if the intrinsic can be overloaded.
77 /// The Tys parameter is for intrinsics with overloaded types (e.g., those
78 /// using iAny, fAny, vAny, or iPTRAny). For a declaration of an overloaded
79 /// intrinsic, Tys must provide exactly one type for each overloaded type in
149 /// type is an overloaded type it is pushed to the ArgTys vector.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Intrinsics.h 63 /// Returns true if the intrinsic can be overloaded.
77 /// The Tys parameter is for intrinsics with overloaded types (e.g., those
78 /// using iAny, fAny, vAny, or iPTRAny). For a declaration of an overloaded
79 /// intrinsic, Tys must provide exactly one type for each overloaded type in
149 /// type is an overloaded type it is pushed to the ArgTys vector.
  /external/clang/test/CXX/expr/expr.unary/expr.new/
p20.cpp 4 // Overloaded operator delete with two arguments
18 // Overloaded operator delete with one argument
33 // Overloaded operator delete for placement new
  /external/clang/test/SemaCXX/
overloaded-operator.cpp 27 bool b = y - z; // expected-error{{use of overloaded operator '-' is ambiguous}}
40 a == z; // expected-error{{use of overloaded operator '==' is ambiguous}}
235 a3->m; // expected-error{{no viable overloaded 'operator->'}}
356 return x[0]; // expected-error {{no viable overloaded operator[] for type}}
406 inline bool operator==(StringRef LHS, StringRef RHS) { // expected-error{{overloaded 'operator==' must be a binary operator (has 3 parameters)}}
435 a[&bar<int>]; // expected-error {{no viable overloaded operator[]}}
436 a[bar<int>]; // expected-error {{no viable overloaded operator[]}}
446 InvalidOperatorEquals operator=() = delete; // expected-error {{overloaded 'operator=' must be a binary operator}}
452 Result = 1; // expected-error {{no viable overloaded '='}} // expected-note {{type 'PointerUnion<int *, float *>' is incomplete}}
488 void operator++(T...) {} // expected-error{{parameter of overloaded post-increment operator must have type 'int' (not 'char')}
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Intrinsics.h 63 /// Returns true if the intrinsic can be overloaded.
77 /// The Tys parameter is for intrinsics with overloaded types (e.g., those
78 /// using iAny, fAny, vAny, or iPTRAny). For a declaration of an overloaded
79 /// intrinsic, Tys must provide exactly one type for each overloaded type in
137 // VecOfAnyPtrsToElt uses both an overloaded argument (for address space)
167 /// type is an overloaded type it is pushed to the ArgTys vector.
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Intrinsics.h 63 /// Returns true if the intrinsic can be overloaded.
77 /// The Tys parameter is for intrinsics with overloaded types (e.g., those
78 /// using iAny, fAny, vAny, or iPTRAny). For a declaration of an overloaded
79 /// intrinsic, Tys must provide exactly one type for each overloaded type in
137 // VecOfAnyPtrsToElt uses both an overloaded argument (for address space)
167 /// type is an overloaded type it is pushed to the ArgTys vector.
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Intrinsics.h 63 /// Returns true if the intrinsic can be overloaded.
77 /// The Tys parameter is for intrinsics with overloaded types (e.g., those
78 /// using iAny, fAny, vAny, or iPTRAny). For a declaration of an overloaded
79 /// intrinsic, Tys must provide exactly one type for each overloaded type in
137 // VecOfAnyPtrsToElt uses both an overloaded argument (for address space)
167 /// type is an overloaded type it is pushed to the ArgTys vector.
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
Intrinsics.h 63 /// Returns true if the intrinsic can be overloaded.
77 /// The Tys parameter is for intrinsics with overloaded types (e.g., those
78 /// using iAny, fAny, vAny, or iPTRAny). For a declaration of an overloaded
79 /// intrinsic, Tys must provide exactly one type for each overloaded type in
137 // VecOfAnyPtrsToElt uses both an overloaded argument (for address space)
167 /// type is an overloaded type it is pushed to the ArgTys vector.
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
Intrinsics.h 63 /// Returns true if the intrinsic can be overloaded.
77 /// The Tys parameter is for intrinsics with overloaded types (e.g., those
78 /// using iAny, fAny, vAny, or iPTRAny). For a declaration of an overloaded
79 /// intrinsic, Tys must provide exactly one type for each overloaded type in
137 // VecOfAnyPtrsToElt uses both an overloaded argument (for address space)
167 /// type is an overloaded type it is pushed to the ArgTys vector.
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
Intrinsics.h 63 /// Returns true if the intrinsic can be overloaded.
77 /// The Tys parameter is for intrinsics with overloaded types (e.g., those
78 /// using iAny, fAny, vAny, or iPTRAny). For a declaration of an overloaded
79 /// intrinsic, Tys must provide exactly one type for each overloaded type in
137 // VecOfAnyPtrsToElt uses both an overloaded argument (for address space)
167 /// type is an overloaded type it is pushed to the ArgTys vector.
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
Intrinsics.h 63 /// Returns true if the intrinsic can be overloaded.
77 /// The Tys parameter is for intrinsics with overloaded types (e.g., those
78 /// using iAny, fAny, vAny, or iPTRAny). For a declaration of an overloaded
79 /// intrinsic, Tys must provide exactly one type for each overloaded type in
137 // VecOfAnyPtrsToElt uses both an overloaded argument (for address space)
167 /// type is an overloaded type it is pushed to the ArgTys vector.
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
Intrinsics.h 63 /// Returns true if the intrinsic can be overloaded.
77 /// The Tys parameter is for intrinsics with overloaded types (e.g., those
78 /// using iAny, fAny, vAny, or iPTRAny). For a declaration of an overloaded
79 /// intrinsic, Tys must provide exactly one type for each overloaded type in
137 // VecOfAnyPtrsToElt uses both an overloaded argument (for address space)
167 /// type is an overloaded type it is pushed to the ArgTys vector.
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
Intrinsics.h 63 /// Returns true if the intrinsic can be overloaded.
77 /// The Tys parameter is for intrinsics with overloaded types (e.g., those
78 /// using iAny, fAny, vAny, or iPTRAny). For a declaration of an overloaded
79 /// intrinsic, Tys must provide exactly one type for each overloaded type in
137 // VecOfAnyPtrsToElt uses both an overloaded argument (for address space)
167 /// type is an overloaded type it is pushed to the ArgTys vector.
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
Intrinsics.h 63 /// Returns true if the intrinsic can be overloaded.
77 /// The Tys parameter is for intrinsics with overloaded types (e.g., those
78 /// using iAny, fAny, vAny, or iPTRAny). For a declaration of an overloaded
79 /// intrinsic, Tys must provide exactly one type for each overloaded type in
137 // VecOfAnyPtrsToElt uses both an overloaded argument (for address space)
167 /// type is an overloaded type it is pushed to the ArgTys vector.
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
Intrinsics.h 63 /// Returns true if the intrinsic can be overloaded.
77 /// The Tys parameter is for intrinsics with overloaded types (e.g., those
78 /// using iAny, fAny, vAny, or iPTRAny). For a declaration of an overloaded
79 /// intrinsic, Tys must provide exactly one type for each overloaded type in
137 // VecOfAnyPtrsToElt uses both an overloaded argument (for address space)
167 /// type is an overloaded type it is pushed to the ArgTys vector.
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
Intrinsics.h 63 /// Returns true if the intrinsic can be overloaded.
77 /// The Tys parameter is for intrinsics with overloaded types (e.g., those
78 /// using iAny, fAny, vAny, or iPTRAny). For a declaration of an overloaded
79 /// intrinsic, Tys must provide exactly one type for each overloaded type in
137 // VecOfAnyPtrsToElt uses both an overloaded argument (for address space)
167 /// type is an overloaded type it is pushed to the ArgTys vector.
  /external/llvm/lib/Target/AMDGPU/
AMDGPUIntrinsicInfo.cpp 50 // Look for a name match in our table. If the intrinsic is not overloaded,
51 // require an exact match. If it is overloaded, require a prefix match. The
  /external/pdfium/testing/
gtest_mac.mm 18 // This overloaded version allows comparison between ObjC objects that conform
31 // This overloaded version allows comparison between ObjC objects that conform
  /external/testng/src/main/java/org/testng/annotations/
AfterClass.java 36 * If some of these methods have been overloaded, all the overloaded
AfterMethod.java 36 * If some of these methods have been overloaded, all the overloaded
AfterSuite.java 36 * If some of these methods have been overloaded, all the overloaded
AfterTest.java 36 * If some of these methods have been overloaded, all the overloaded
BeforeClass.java 36 * If some of these methods have been overloaded, all the overloaded
BeforeMethod.java 36 * If some of these methods have been overloaded, all the overloaded
BeforeSuite.java 36 * If some of these methods have been overloaded, all the overloaded

Completed in 1138 milliseconds

1 2 3 45 6 7 8 91011>>