Home
last modified time | relevance | path

Searched refs:getPrototype (Results 1 – 22 of 22) sorted by relevance

/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
DSAXFactoryImpl.java84 getPrototype().setFeature(name, value); in setFeature()
102 return getPrototype().getFeature(name); in getFeature()
107 private SAXParserImpl getPrototype() in getPrototype() method in SAXFactoryImpl
/external/llvm-project/clang/unittests/AST/
DASTImporterGenericRedeclTest.cpp138 std::string getPrototype() { return TypeParam::Prototype; } in getPrototype() function
183 Decl *FromTU = getTuDecl(getPrototype(), Lang_CXX03); in TypedTest_PrototypeShouldBeImportedAsAPrototypeWhenThereIsNoDefinition()
216 Decl *FromTU = getTuDecl(getPrototype() + getPrototype(), Lang_CXX03); in TypedTest_ImportPrototypeAfterImportedPrototype()
238 Decl *FromTU = getTuDecl(getPrototype() + getDefinition(), Lang_CXX03); in TypedTest_ImportDefinitionAfterImportedPrototype()
260 Decl *FromTU = getTuDecl(getDefinition() + getPrototype(), Lang_CXX03); in TypedTest_ImportPrototypeAfterImportedDefinition()
282 Decl *FromTU0 = getTuDecl(getPrototype(), Lang_CXX03, "input0.cc"); in TypedTest_ImportPrototypes()
283 Decl *FromTU1 = getTuDecl(getPrototype(), Lang_CXX03, "input1.cc"); in TypedTest_ImportPrototypes()
328 Decl *FromTUProto = getTuDecl(getPrototype(), Lang_CXX03, "input1.cc"); in TypedTest_ImportDefinitionThenPrototype()
352 Decl *FromTUProto = getTuDecl(getPrototype(), Lang_CXX03, "input0.cc"); in TypedTest_ImportPrototypeThenDefinition()
377 Decl *FromTU = getTuDecl(getPrototype() + getDefinition(), Lang_CXX03); in TypedTest_WholeRedeclChainIsImportedAtOnce()
[all …]
DASTImporterODRStrategiesTest.cpp243 static std::string getPrototype() { return TypeParam::Prototype; } in getPrototype() function
309 TypedTest_ImportAfter<getPrototype, getConflictingPrototype, in TypedTest_ImportConflictingProtoAfterProto()
321 TypedTest_ImportAfter<getPrototype, getConflictingProtoDef, in TypedTest_ImportConflictingProtoDefAfterProto()
325 TypedTest_ImportAfter<getConflictingProtoDef, getPrototype, in TypedTest_ImportConflictingProtoAfterProtoDef()
338 TypedTest_ImportAfter<getPrototype, getConflictingPrototype, in TypedTest_DontImportConflictingProtoAfterProto()
354 TypedTest_ImportAfter<getPrototype, getConflictingProtoDef, in TypedTest_DontImportConflictingProtoDefAfterProto()
358 TypedTest_ImportAfter<getConflictingProtoDef, getPrototype, in TypedTest_DontImportConflictingProtoAfterProtoDef()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DMethodSection.java44 @Nonnull ProtoRefKey getPrototype(@Nonnull MethodRefKey key); in getPrototype() method
45 @Nonnull ProtoRefKey getPrototype(@Nonnull MethodKey key); in getPrototype() method
DDexWriter.java479 writer.writeUshort(protoSection.getItemIndex(methodSection.getPrototype(key)));
1037 protoSection.getParameters(methodSection.getPrototype(methodKey)));
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
DMethodPool.java64 …@Nonnull @Override public MethodProtoReference getPrototype(@Nonnull MethodReference methodReferen… in getPrototype() method in MethodPool
68 @Nonnull @Override public MethodProtoReference getPrototype(@Nonnull PoolMethod poolMethod) { in getPrototype() method in MethodPool
/external/autotest/frontend/client/src/autotest/tko/
DParameterizedField.java64 ParameterizedField prototype = getPrototype(typeName); in newInstance()
74 private static ParameterizedField getPrototype(String name) { in getPrototype() method in ParameterizedField
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
DBuilderMethodPool.java84 public BuilderMethodProtoReference getPrototype(@Nonnull BuilderMethodReference key) { in getPrototype() method in BuilderMethodPool
88 …@Nonnull @Override public BuilderMethodProtoReference getPrototype(@Nonnull BuilderMethod builderM… in getPrototype() method in BuilderMethodPool
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/
DRPCUtils.h153 static const char *getPrototype() { in getPrototype() function
988 RemoteFunctionIds[OrcRPCResponse::getPrototype()] = ResponseId; in RPCEndpointBase()
992 RemoteFunctionIds[OrcRPCNegotiate::getPrototype()] = NegotiateId; in RPCEndpointBase()
1133 auto IdItr = LocalFunctionIds.find(Func::getPrototype()); in removeHandler()
1164 LocalFunctionIds[Func::getPrototype()] = NewFnId; in addHandlerImpl()
1179 LocalFunctionIds[Func::getPrototype()] = NewFnId; in addAsyncHandlerImpl()
1230 auto I = RemoteFunctionIds.find(Func::getPrototype()); in getRemoteFunctionId()
1244 Impl.template callB<OrcRPCNegotiate>(Func::getPrototype())) { in getRemoteFunctionId()
1245 RemoteFunctionIds[Func::getPrototype()] = *RemoteIdOrErr; in getRemoteFunctionId()
1247 return make_error<CouldNotNegotiate>(Func::getPrototype()); in getRemoteFunctionId()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/
DRPCUtils.h153 static const char *getPrototype() { in getPrototype() function
991 RemoteFunctionIds[OrcRPCResponse::getPrototype()] = ResponseId; in RPCEndpointBase()
995 RemoteFunctionIds[OrcRPCNegotiate::getPrototype()] = NegotiateId; in RPCEndpointBase()
1136 auto IdItr = LocalFunctionIds.find(Func::getPrototype()); in removeHandler()
1167 LocalFunctionIds[Func::getPrototype()] = NewFnId; in addHandlerImpl()
1182 LocalFunctionIds[Func::getPrototype()] = NewFnId; in addAsyncHandlerImpl()
1233 auto I = RemoteFunctionIds.find(Func::getPrototype()); in getRemoteFunctionId()
1247 Impl.template callB<OrcRPCNegotiate>(Func::getPrototype())) { in getRemoteFunctionId()
1248 RemoteFunctionIds[Func::getPrototype()] = *RemoteIdOrErr; in getRemoteFunctionId()
1250 return make_error<CouldNotNegotiate>(Func::getPrototype()); in getRemoteFunctionId()
[all …]
/external/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.h489 std::string getPrototype(const DataLayout &DL, Type *, const ArgListTy &,
DNVPTXISelLowering.cpp900 std::string NVPTXTargetLowering::getPrototype( in getPrototype() function in NVPTXTargetLowering
1426 getPrototype(DAG.getDataLayout(), retTy, Args, Outs, retAlignment, CS); in LowerCall()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.h492 std::string getPrototype(const DataLayout &DL, Type *, const ArgListTy &,
DNVPTXISelLowering.cpp1259 std::string NVPTXTargetLowering::getPrototype( in getPrototype() function in NVPTXTargetLowering
1698 std::string Proto = getPrototype(DL, RetTy, Args, Outs, retAlignment, CS); in LowerCall()
/external/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.h492 std::string getPrototype(const DataLayout &DL, Type *, const ArgListTy &,
DNVPTXISelLowering.cpp1243 std::string NVPTXTargetLowering::getPrototype( in getPrototype() function in NVPTXTargetLowering
1681 std::string Proto = getPrototype(DL, RetTy, Args, Outs, retAlignment, *CB); in LowerCall()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroInstr.h225 Function *getPrototype() const { in getPrototype() function
DCoroutines.cpp383 auto Prototype = ContinuationId->getPrototype(); in buildFrom()
/external/llvm-project/llvm/lib/Transforms/Coroutines/
DCoroInstr.h225 Function *getPrototype() const { in getPrototype() function
DCoroutines.cpp410 auto Prototype = ContinuationId->getPrototype(); in buildFrom()
/external/dexmaker/lib/
Ddalvik-dx-9.0.0_r3.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...