HomeSort by relevance Sort by last modified time
    Searched refs:Overload (Results 1 - 20 of 20) 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}}
  /libcore/benchmarks/src/benchmarks/regression/
CharacterBenchmark.java 31 @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}}
  /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 54 case BuiltinType::Overload: ID = PREDEF_TYPE_OVERLOAD_ID; break;
  /external/clang/lib/AST/
TypeLoc.cpp 208 // Overload resolution does the real work for us.
285 case BuiltinType::Overload:
NSAPI.cpp 357 case BuiltinType::Overload:
Type.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaCast.cpp 132 /// Check for and handle non-overload placeholder expressions.
134 if (!isPlaceholder() || isPlaceholder(BuiltinType::Overload))
357 case OR_Success: llvm_unreachable("successful failed overload");
812 if (ValueKind == VK_RValue && !isPlaceholder(BuiltinType::Overload))
    [all...]
SemaExpr.cpp     [all...]
SemaCodeComplete.cpp 24 #include "clang/Sema/Overload.h"
595 case BuiltinType::Overload:
    [all...]
SemaOverload.cpp 14 #include "clang/Sema/Overload.h"
570 /// to the form used in overload-candidate information.
837 // We can't handle overloaded expressions here because overload
839 if (placeholder->getKind() == BuiltinType::Overload) return false;
875 // overload of the declarations in Old. This routine returns false if
897 // When we process #3, Old is an overload set containing #1 and #2. We
950 // We can overload with these, which can show up when doing
954 // We can always overload with tags by hiding them.
    [all...]
  /external/clang/tools/libclang/
CXType.cpp 55 BTCASE(Overload);
464 TKIND(Overload);
  /external/lldb/source/Symbol/
ClangASTType.cpp 818 case BuiltinType::Overload:
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
  /external/chromium_org/net/url_request/
url_fetcher_impl_unittest.cc 364 // Version of URLFetcherTest that tests overload protection.
376 // Version of URLFetcherTest that tests overload protection, when responses
727 // Now running Overload test.
736 // it takes more than 1 second due to the overload protection settings.
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
ExprCXX.h     [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 498 milliseconds