HomeSort by relevance Sort by last modified time
    Searched refs:Overload (Results 1 - 21 of 21) sorted by null

  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p10.cpp 14 static void Overload(int);
15 void Overload();
16 virtual X0& Overload(float);
20 (void)[&Overload] () {}; // expected-error {{does not name a variable}}
  /external/caliper/examples/src/main/java/examples/
CharacterBenchmark.java 31 @Param private Overload overload; field in class:CharacterBenchmark
39 public enum Overload { CHAR, INT }
56 if (overload == Overload.CHAR) {
73 if (overload == Overload.CHAR) {
89 if (overload == Overload.CHAR) {
105 if (overload == Overload.CHAR)
    [all...]
  /libcore/benchmarks/src/benchmarks/regression/
CharacterBenchmark.java 30 @Param private Overload overload; field in class:CharacterBenchmark
39 public enum Overload { CHAR, INT }
60 if (overload == Overload.CHAR) {
77 if (overload == Overload.CHAR) {
93 if (overload == Overload.CHAR) {
109 if (overload == Overload.CHAR)
    [all...]
  /external/clang/test/SemaCXX/
lambda-expressions.cpp 10 static void Overload(int);
11 void Overload();
12 virtual C& Overload(float);
21 []{Overload(3);};
22 []{Overload();}; // expected-error {{'this' cannot be implicitly captured in this context}}
23 []{(void)typeid(Overload());};
24 []{(void)typeid(Overload(.5f));};// expected-error {{'this' cannot be implicitly captured in this context}}
typo-correction-delayed.cpp 129 AssertionResult Overload(const char *a);
130 AssertionResult Overload(int a);
135 Overload(resulta);
  /external/v8/test/unittests/wasm/
asm-types-unittest.cc 106 Type* Overload(Overloads... overloads) {
115 template <typename Overload, typename... Others>
117 Overload* overload, Others... others) {
119 function->AddOverload(overload);
217 EXPECT_THAT(Overload(Function(Type::Int)(Type::Double, Type::Float),
245 Overload(Function(Type::Int)(Type::Double)),
270 Overload(Function(Type::Int)(Type::Double)),
337 auto* min_max = Overload(min_max_int, min_max_double);
410 auto* overload = Overload(idf2v, i2f, /*i2d missing, */ fi2d, idif2i)
    [all...]
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/
p5-cxx0x.cpp 112 namespace Overload {
  /external/clang/lib/Serialization/
ASTCommon.cpp 103 case BuiltinType::Overload:
  /external/clang/lib/Sema/
SemaCast.cpp 132 /// Check for and handle non-overload placeholder expressions.
134 if (!isPlaceholder() || isPlaceholder(BuiltinType::Overload))
352 case OR_Success: llvm_unreachable("successful failed overload");
    [all...]
SemaCoroutine.cpp 20 #include "clang/Sema/Overload.h"
336 !E->getType()->isSpecificPlaceholderType(BuiltinType::Overload)) {
343 // of scope, we should treat the operand as an xvalue for this overload
SemaExpr.cpp     [all...]
SemaCodeComplete.cpp 24 #include "clang/Sema/Overload.h"
594 case BuiltinType::Overload:
    [all...]
SemaOverload.cpp 14 #include "clang/Sema/Overload.h"
549 /// to the form used in overload-candidate information.
817 // We can't handle overloaded expressions here because overload
819 if (placeholder->getKind() == BuiltinType::Overload) return false;
855 // overload of the declarations in Old. This routine returns false if
877 // When we process #3, Old is an overload set containing #1 and #2. We
935 // We can overload with these, which can show up when doing
939 // We can always overload with tags by hiding them.
    [all...]
  /external/clang/lib/AST/
TypeLoc.cpp 250 // Overload resolution does the real work for us.
327 case BuiltinType::Overload:
NSAPI.cpp 468 case BuiltinType::Overload:
Type.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/tools/libclang/
CXType.cpp 55 BTCASE(Overload);
464 TKIND(Overload);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
ExprCXX.h     [all...]

Completed in 502 milliseconds