/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | StdLibraryFunctionsChecker.cpp | 351 using RetType = Optional<QualType>; typedef in __anonf1e9aeb30111::StdLibraryFunctionsChecker 372 Signature(ArgTypes ArgTys, RetType RetTy) { in Signature() 1083 "isalnum", Signature(ArgTypes{IntTy}, RetType{IntTy}), in initFunctionSummaries() 1101 "isalpha", Signature(ArgTypes{IntTy}, RetType{IntTy}), in initFunctionSummaries() 1112 "isascii", Signature(ArgTypes{IntTy}, RetType{IntTy}), in initFunctionSummaries() 1119 "isblank", Signature(ArgTypes{IntTy}, RetType{IntTy}), in initFunctionSummaries() 1126 "iscntrl", Signature(ArgTypes{IntTy}, RetType{IntTy}), in initFunctionSummaries() 1133 "isdigit", Signature(ArgTypes{IntTy}, RetType{IntTy}), in initFunctionSummaries() 1140 "isgraph", Signature(ArgTypes{IntTy}, RetType{IntTy}), in initFunctionSummaries() 1147 "islower", Signature(ArgTypes{IntTy}, RetType{IntTy}), in initFunctionSummaries() [all …]
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | ProcessStructReader.h | 81 template <typename RetType> 82 RetType GetField(ConstString name, RetType fail_value = RetType()) { 87 if (sizeof(RetType) < size) 92 return (RetType)(m_data.GetMaxU64(&offset, size));
|
/external/libbrillo/brillo/dbus/ |
D | dbus_object_test_helpers.h | 83 template<typename RetType> 94 static RetType Call( in Call() 97 void(Class::*method)(std::unique_ptr<DBusMethodResponse<RetType>>, in Call() 103 std::unique_ptr<DBusMethodResponse<RetType>> method_response{ in Call() 104 new DBusMethodResponse<RetType>( in Call() 111 RetType ret_val; in Call()
|
/external/llvm/lib/Transforms/IPO/ |
D | WholeProgramDevirt.cpp | 278 bool tryUniformRetValOpt(IntegerType *RetType, 444 IntegerType *RetType, ArrayRef<VirtualCallTarget> TargetsForSlot, in tryUniformRetValOpt() argument 453 auto TheRetValConst = ConstantInt::get(RetType, TheRetVal); in tryUniformRetValOpt() 502 auto RetType = dyn_cast<IntegerType>(TargetsForSlot[0].Fn->getReturnType()); in tryVirtualConstProp() local 503 if (!RetType) in tryVirtualConstProp() 505 unsigned BitWidth = RetType->getBitWidth(); in tryVirtualConstProp() 515 Target.Fn->getReturnType() != RetType) in tryVirtualConstProp() 536 if (VCallSite.CS.getType() != RetType) in tryVirtualConstProp() 554 if (tryUniformRetValOpt(RetType, TargetsForSlot, CSByConstantArg.second)) in tryVirtualConstProp() 604 Value *ValAddr = B.CreateBitCast(Addr, RetType->getPointerTo()); in tryVirtualConstProp() [all …]
|
/external/webrtc/rtc_base/experiments/ |
D | field_trial_list.h | 124 template <typename ClassType, typename RetType, typename SourceType> 125 struct LambdaTypeTraits<RetType* (ClassType::*)(SourceType*)const> { 126 using ret = RetType;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsOs16.cpp | 50 Type* RetType = F.getReturnType(); in needsFPFromSig() local 51 switch (RetType->getTypeID()) { in needsFPFromSig()
|
D | Mips16HardFloat.cpp | 171 Type* RetType = F.getReturnType(); in needsFPReturnHelper() local 172 return whichFPReturnVariant(RetType) != NoFPRet; in needsFPReturnHelper() 176 Type* RetType = FT.getReturnType(); in needsFPReturnHelper() local 177 return whichFPReturnVariant(RetType) != NoFPRet; in needsFPReturnHelper()
|
D | MipsAsmPrinter.cpp | 994 const char *RetType; in EmitFPCallStub() local 1002 RetType = "float"; in EmitFPCallStub() 1005 RetType = "double"; in EmitFPCallStub() 1008 RetType = "complex"; in EmitFPCallStub() 1011 RetType = "double complex"; in EmitFPCallStub() 1014 RetType = ""; in EmitFPCallStub() 1041 OutStreamer->AddComment("\t# Stub function to call " + Twine(RetType) + " " + in EmitFPCallStub()
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | MipsOs16.cpp | 50 Type* RetType = F.getReturnType(); in needsFPFromSig() local 51 switch (RetType->getTypeID()) { in needsFPFromSig()
|
D | Mips16HardFloat.cpp | 171 Type* RetType = F.getReturnType(); in needsFPReturnHelper() local 172 return whichFPReturnVariant(RetType) != NoFPRet; in needsFPReturnHelper() 176 Type* RetType = FT.getReturnType(); in needsFPReturnHelper() local 177 return whichFPReturnVariant(RetType) != NoFPRet; in needsFPReturnHelper()
|
D | MipsAsmPrinter.cpp | 994 const char *RetType; in EmitFPCallStub() local 1002 RetType = "float"; in EmitFPCallStub() 1005 RetType = "double"; in EmitFPCallStub() 1008 RetType = "complex"; in EmitFPCallStub() 1011 RetType = "double complex"; in EmitFPCallStub() 1014 RetType = ""; in EmitFPCallStub() 1041 OutStreamer->AddComment("\t# Stub function to call " + Twine(RetType) + " " + in EmitFPCallStub()
|
/external/clang/test/CodeGen/ |
D | xcore-stringtype.c | 94 typedef int RetType[2]; typedef 95 RetType* arrayType(int A1[], int const volatile A2[2], int A3[][2], in arrayType()
|
/external/llvm-project/clang/test/CodeGen/ |
D | xcore-stringtype.c | 94 typedef int RetType[2]; typedef 95 RetType* arrayType(int A1[], int const volatile A2[2], int A3[][2], in arrayType()
|
/external/llvm/lib/Target/Mips/ |
D | MipsOs16.cpp | 53 Type* RetType = F.getReturnType(); in needsFPFromSig() local 54 switch (RetType->getTypeID()) { in needsFPFromSig()
|
D | Mips16HardFloat.cpp | 172 Type* RetType = F.getReturnType(); in needsFPReturnHelper() local 173 return whichFPReturnVariant(RetType) != NoFPRet; in needsFPReturnHelper() 177 Type* RetType = FT.getReturnType(); in needsFPReturnHelper() local 178 return whichFPReturnVariant(RetType) != NoFPRet; in needsFPReturnHelper()
|
D | MipsAsmPrinter.cpp | 885 const char *RetType; in EmitFPCallStub() local 893 RetType = "float"; in EmitFPCallStub() 896 RetType = "double"; in EmitFPCallStub() 899 RetType = "complex"; in EmitFPCallStub() 902 RetType = "double complex"; in EmitFPCallStub() 905 RetType = ""; in EmitFPCallStub() 932 OutStreamer->AddComment("\t# Stub function to call " + Twine(RetType) + " " + in EmitFPCallStub()
|
/external/guice/core/test/com/google/inject/ |
D | MethodInterceptionTest.java | 328 static class RetType extends ErasedType {} class in MethodInterceptionTest 337 RetType aMethod(RetType obj); in aMethod() 340 public static class Impl extends Superclass<RetType> implements Interface {}
|
/external/tensorflow/tensorflow/core/framework/ |
D | tensor_types.h | 121 TensorType::NumIndices>::Tensor32Bit RetType; in To32Bit() typedef 122 return RetType(in.data(), To32BitDims(in.dimensions())); in To32Bit()
|
/external/clang/lib/Sema/ |
D | SemaCoroutine.cpp | 427 QualType RetType = FD->getReturnType(); in CheckCompletedCoroutineBody() local 428 if (!RetType->isDependentType()) { in CheckCompletedCoroutineBody() 430 InitializedEntity::InitializeResult(Loc, RetType, false); in CheckCompletedCoroutineBody() 431 ReturnObject = PerformMoveOrCopyInitialization(Entity, nullptr, RetType, in CheckCompletedCoroutineBody()
|
/external/llvm-project/llvm/tools/llvm-rc/ |
D | ResourceScriptParser.cpp | 764 using RetType = VersionInfoResource::VersionInfoFixed; in parseVersionInfoFixed() typedef 765 RetType Result; in parseVersionInfoFixed() 770 auto FixedType = RetType::getFixedType(*TypeResult); in parseVersionInfoFixed() 772 if (!RetType::isTypeSupported(FixedType)) in parseVersionInfoFixed() 779 size_t NumInts = RetType::isVersionType(FixedType) ? 4 : 1; in parseVersionInfoFixed()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | TailRecursionElimination.cpp | 542 Type *RetType = F.getReturnType(); in createTailRecurseLoopHeader() local 543 if (!RetType->isVoidTy()) { in createTailRecurseLoopHeader() 545 RetPN = PHINode::Create(RetType, 2, "ret.tr", InsertPos); in createTailRecurseLoopHeader() 548 RetPN->addIncoming(UndefValue::get(RetType), NewEntry); in createTailRecurseLoopHeader()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaCoroutine.cpp | 377 static Expr *maybeTailCall(Sema &S, QualType RetType, Expr *E, in maybeTailCall() argument 379 if (RetType->isReferenceType()) in maybeTailCall() 381 Type const *T = RetType.getTypePtr(); in maybeTailCall() 480 QualType RetType = AwaitSuspend->getCallReturnType(S.Context); in buildCoawaitCalls() local 484 maybeTailCall(S, RetType, AwaitSuspend, Loc)) in buildCoawaitCalls() 493 if (RetType->isReferenceType() || in buildCoawaitCalls() 494 (!RetType->isBooleanType() && !RetType->isVoidType())) { in buildCoawaitCalls() 497 << RetType; in buildCoawaitCalls()
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | MatrixBuilder.h | 73 auto *RetType = FixedVectorType::get(EltTy, Rows * Columns); 77 Type *OverloadedTypes[] = {RetType};
|
/external/llvm-project/clang/lib/Analysis/ |
D | Consumed.cpp | 686 QualType RetType = Fun->getCallResultType(); in propagateReturnType() local 687 if (RetType->isReferenceType()) in propagateReturnType() 688 RetType = RetType->getPointeeType(); in propagateReturnType() 690 if (isConsumableType(RetType)) { in propagateReturnType() 695 ReturnState = mapConsumableAttrState(RetType); in propagateReturnType()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | DataFlowSanitizer.cpp | 385 Type *RetType = T->getReturnType(); in getArgsFunctionType() local 386 if (!RetType->isVoidTy()) in getArgsFunctionType() 387 RetType = StructType::get(RetType, ShadowTy, (Type *)nullptr); in getArgsFunctionType() 388 return FunctionType::get(RetType, ArgTypes, T->isVarArg()); in getArgsFunctionType() 397 Type *RetType = T->getReturnType(); in getTrampolineFunctionType() local 398 if (!RetType->isVoidTy()) in getTrampolineFunctionType() 420 Type *RetType = T->getReturnType(); in getCustomFunctionType() local 421 if (!RetType->isVoidTy()) in getCustomFunctionType()
|