Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/subzero/src/
DIceIntrinsics.cpp44 #define AtomicCmpxchgInit(Overload, NameSuffix) \ argument
48 {Overload, IceType_i32, Overload, Overload, IceType_i32, IceType_i32}, \
72 #define AtomicLoadInit(Overload, NameSuffix) \ argument
76 {Overload, IceType_i32, IceType_i32}, 3 \
86 #define AtomicRMWInit(Overload, NameSuffix) \ argument
90 , {Overload, IceType_i32, IceType_i32, Overload, IceType_i32}, 5 \
100 #define AtomicStoreInit(Overload, NameSuffix) \ argument
104 , {IceType_void, Overload, IceType_i32, IceType_i32}, 4 \
114 #define BswapInit(Overload, NameSuffix) \ argument
118 , {Overload, Overload}, 2 \
[all …]
/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/SemaObjC/
Dovl-check.m38 // Overload resolution should not emit a diagnostic about needing to add an
55 // Overload resolution should occur silently, select the CFTypeRef overload,
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-operators.hpp62 template<class Tag, class... AN, class Overload = member_overload<rxu::decay_t<Tag>>>
64 decltype(Overload::member(std::forward<AN>(an)...)) { in observable_member()
65 return Overload::member(std::forward<AN>(an)...); in observable_member()
/external/googletest/googlemock/include/gmock/
Dgmock-generated-function-mockers.h.pump74 // // Overload 1
76 // // Overload 2. Declared const so that the compiler will generate an
85 // // Overload 3
87 // // Overload 4
/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.def195 // Overload should be the first placeholder type, or else change
197 PLACEHOLDER_TYPE(Overload, OverloadTy)
DCommentCommands.td221 def Overload : DeclarationVerbatimLineCommand<"overload">;
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/DynamicLibrary/
DDynamicLibraryTest.cpp61 TEST(DynamicLibrary, Overload) { in TEST() argument
/external/clang/include/clang/Basic/
DDiagnosticOptions.def68 Ovl_All) /// Overload candidates to show.
/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/Sema/
DSemaCast.cpp135 if (!isPlaceholder() || isPlaceholder(BuiltinType::Overload)) in checkNonOverloadPlaceholders()
843 if (ValueKind == VK_RValue && !isPlaceholder(BuiltinType::Overload)) in CheckReinterpretCast()
894 if (claimPlaceholder(BuiltinType::Overload)) { in CheckStaticCast()
908 !isPlaceholder(BuiltinType::Overload)) { in CheckStaticCast()
2188 if (claimPlaceholder(BuiltinType::Overload)) { in CheckCXXCStyleCast()
2209 !isPlaceholder(BuiltinType::Overload)) { in CheckCXXCStyleCast()
DSemaCoroutine.cpp336 !E->getType()->isSpecificPlaceholderType(BuiltinType::Overload)) { in BuildCoreturnStmt()
/external/clang/lib/Serialization/
DASTCommon.cpp106 case BuiltinType::Overload: in TypeIdxFromBuiltin()
/external/clang/tools/libclang/
DCXType.cpp56 BTCASE(Overload); in GetBuiltinTypeKind()
473 TKIND(Overload); in clang_getTypeKindSpelling()
/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/clang/lib/AST/
DTypeLoc.cpp328 case BuiltinType::Overload: in getWrittenTypeSpec()
DNSAPI.cpp460 case BuiltinType::Overload: in getNSNumberFactoryMethodKind()
/external/javapoet/
DCHANGELOG.md113 * New: Overload `NameAllocator.newName(String)` for creating a one-off name without a tag.
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
Dspirv.hpp111010 // Overload operator| for mask bit combining
/external/shaderc/spirv-headers/include/spirv/1.1/
Dspirv.hpp111010 // Overload operator| for mask bit combining

12