Home
last modified time | relevance | path

Searched refs:Overload (Results 1 – 25 of 28) sorted by relevance

12

/external/caliper/examples/src/main/java/examples/
DCharacterBenchmark.java31 @Param private Overload overload;
39 public enum Overload { CHAR, INT } enum in CharacterBenchmark
56 if (overload == Overload.CHAR) { in isSpace()
73 if (overload == Overload.CHAR) { in digit()
89 if (overload == Overload.CHAR) { in getNumericValue()
105 if (overload == Overload.CHAR) { in isDigit()
121 if (overload == Overload.CHAR) { in isIdentifierIgnorable()
137 if (overload == Overload.CHAR) { in isJavaIdentifierPart()
153 if (overload == Overload.CHAR) { in isJavaIdentifierStart()
169 if (overload == Overload.CHAR) { in isLetter()
[all …]
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dp10.cpp14 static void Overload(int);
15 void Overload();
16 virtual X0& Overload(float);
20 (void)[&Overload] () {}; // expected-error {{does not name a variable}} in explicit_capture()
/external/clang/test/SemaCXX/
Dlambda-expressions.cpp10 static void Overload(int);
11 void Overload();
12 virtual C& Overload(float);
21 []{Overload(3);}; in ImplicitThisCapture()
22 []{Overload();}; // expected-error {{'this' cannot be implicitly captured in this context}} in ImplicitThisCapture()
23 []{(void)typeid(Overload());}; in ImplicitThisCapture()
24 …[]{(void)typeid(Overload(.5f));};// expected-error {{'this' cannot be implicitly captured in this … in ImplicitThisCapture()
Dtypo-correction-delayed.cpp129 AssertionResult Overload(const char *a);
130 AssertionResult Overload(int a);
135 Overload(resulta); in UseOverload()
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/
Dp5-cxx0x.cpp112 namespace Overload { namespace
/external/clang/include/clang/AST/
DBuiltinTypes.def206 // Overload should be the first placeholder type, or else change
208 PLACEHOLDER_TYPE(Overload, OverloadTy)
DCommentCommands.td221 def Overload : DeclarationVerbatimLineCommand<"overload">;
DType.h2057 return K >= Overload;
2077 return getKind() > Overload;
DExprCXX.h2489 assert(E->getType()->isSpecificBuiltinType(BuiltinType::Overload)); in find()
/external/clang/include/clang/Basic/
DDiagnosticOptions.def68 Ovl_All) /// Overload candidates to show.
DAttrDocs.td326 void Foo(char *a, char *b); // Overload A
328 void Foo(char *a PS(0), char *b PS(0)); // Overload B
334 void Bar(void *a PS(0)); // Overload C
336 void Bar(char *c PS(1)); // Overload D
/external/clang/test/Index/
Dcomplete-objc-message.m85 @interface Overload interface
94 void test_overload(Overload *ovl) {
138 void test_overload3(Overload *ovl) {
/external/clang/lib/Serialization/
DASTCommon.cpp103 case BuiltinType::Overload: in TypeIdxFromBuiltin()
/external/clang/lib/Sema/
DSemaCast.cpp134 if (!isPlaceholder() || isPlaceholder(BuiltinType::Overload)) in checkNonOverloadPlaceholders()
842 if (ValueKind == VK_RValue && !isPlaceholder(BuiltinType::Overload)) in CheckReinterpretCast()
893 if (claimPlaceholder(BuiltinType::Overload)) { in CheckStaticCast()
907 !isPlaceholder(BuiltinType::Overload)) { in CheckStaticCast()
2075 if (claimPlaceholder(BuiltinType::Overload)) { in CheckCXXCStyleCast()
2096 !isPlaceholder(BuiltinType::Overload)) { in CheckCXXCStyleCast()
DSemaCoroutine.cpp336 !E->getType()->isSpecificPlaceholderType(BuiltinType::Overload)) { in BuildCoreturnStmt()
DSemaExpr.cpp4730 case BuiltinType::Overload: in isPlaceholderToRemoveAsArg()
9823 if (PTy->getKind() == BuiltinType::Overload) { in CheckAddressOfOperand()
10714 if (pty->getKind() == BuiltinType::Overload) { in BuildBinOp()
10738 if (Opc == BO_Assign && pty->getKind() == BuiltinType::Overload) { in BuildBinOp()
10749 if (pty->getKind() == BuiltinType::Overload && in BuildBinOp()
11009 (pty->getKind() == BuiltinType::Overload || in BuildUnaryOp()
14492 case BuiltinType::Overload: { in CheckPlaceholderExpr()
/external/clang/tools/libclang/
DCXType.cpp55 BTCASE(Overload); in GetBuiltinTypeKind()
464 TKIND(Overload); in clang_getTypeKindSpelling()
/external/clang/lib/AST/
DTypeLoc.cpp327 case BuiltinType::Overload: in getWrittenTypeSpec()
DNSAPI.cpp468 case BuiltinType::Overload: in getNSNumberFactoryMethodKind()
DType.cpp2564 case Overload: in getName()
3549 case BuiltinType::Overload: in canHaveNullability()
/external/curl/tests/data/
Dtest108615 # Overload some standard FTP responses to make them shorter and faster
Dtest111214 # Overload some standard FTP responses to make them shorter and faster
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1400 Function *Overload = Intrinsic::getDeclaration( in visitFPTrunc() local
1404 return CallInst::Create(Overload, Args, II->getName()); in visitFPTrunc()
/external/tcpdump/tests/
Dkday6.out4 …chksum: 0x0900(unverified), PDU length: 33667, Flags: [ Overload bit set, expense ATT bit set, L1 …
/external/proguard/src/proguard/gui/
DGUIResources.properties107 overloadAggressively = Overload aggressively

12