/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIAFrameData.cpp | 18 template <typename ArgType> 19 ArgType 21 HRESULT (__stdcall IDiaFrameData::*Method)(ArgType *)) { in PrivateGetDIAValue() argument 22 ArgType Value; in PrivateGetDIAValue() 24 return static_cast<ArgType>(Value); in PrivateGetDIAValue() 26 return ArgType(); in PrivateGetDIAValue()
|
D | DIASectionContrib.cpp | 30 template <typename ArgType> 31 ArgType 33 HRESULT (__stdcall IDiaSectionContrib::*Method)(ArgType *)) { in PrivateGetDIAValue() argument 34 ArgType Value; in PrivateGetDIAValue() 36 return static_cast<ArgType>(Value); in PrivateGetDIAValue() 38 return ArgType(); in PrivateGetDIAValue()
|
D | DIARawSymbol.cpp | 95 template <typename ArgType> 96 ArgType PrivateGetDIAValue(IDiaSymbol *Symbol, in PrivateGetDIAValue() 97 HRESULT (__stdcall IDiaSymbol::*Method)(ArgType *)) { in PrivateGetDIAValue() argument 98 ArgType Value; in PrivateGetDIAValue() 100 return static_cast<ArgType>(Value); in PrivateGetDIAValue() 102 return ArgType(); in PrivateGetDIAValue() 105 template <typename ArgType, typename RetType> 107 HRESULT (__stdcall IDiaSymbol::*Method)(ArgType *)) { in PrivateGetDIAValue() argument 108 ArgType Value; in PrivateGetDIAValue() 135 template <typename PrintType, typename ArgType> [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPULibFunc.cpp | 382 P.ArgType = AMDGPULibFunc::U32; break; in getNextParam() 384 P.ArgType = AMDGPULibFunc::I32; P.VectorSize = 4; break; in getNextParam() 386 P.ArgType = AMDGPULibFunc::U32; P.VectorSize = 4; break; in getNextParam() 388 P.ArgType = AMDGPULibFunc::F32; P.VectorSize = 4; break; in getNextParam() 390 P.ArgType = AMDGPULibFunc::U64; break; in getNextParam() 392 P.ArgType = AMDGPULibFunc::EVENT; break; in getNextParam() 394 P.ArgType = AMDGPULibFunc::SAMPLER; break; in getNextParam() 421 P.ArgType = AMDGPULibFunc::I32; break; in getNextParam() 423 P.ArgType = AMDGPULibFunc::U32; break; in getNextParam() 426 P.ArgType &= ~AMDGPULibFunc::BASE_TYPE_MASK; in getNextParam() [all …]
|
D | AMDGPUPrintfRuntimeBinding.cpp | 212 Type *ArgType = Arg->getType(); in lowerPrintfForGpu() local 213 unsigned ArgSize = TD->getTypeAllocSizeInBits(ArgType); in lowerPrintfForGpu() 221 VectorType *LLVMVecType = llvm::dyn_cast<llvm::VectorType>(ArgType); in lowerPrintfForGpu() 234 ArgType = Arg->getType(); in lowerPrintfForGpu() 235 ArgSize = TD->getTypeAllocSizeInBits(ArgType); in lowerPrintfForGpu() 250 if (shouldPrintAsStr(OpConvSpecifiers[ArgCount - 1], ArgType)) { in lowerPrintfForGpu() 280 << " for type: " << *ArgType << '\n'); in lowerPrintfForGpu() 409 Type *ArgType = Arg->getType(); in lowerPrintfForGpu() local 411 if (ArgType->isFPOrFPVectorTy() && in lowerPrintfForGpu() 412 (ArgType->getTypeID() != Type::VectorTyID)) { in lowerPrintfForGpu() [all …]
|
D | AMDGPURewriteOutArguments.cpp | 453 PointerType *ArgType = cast<PointerType>(Arg.getType()); in runOnFunction() local 455 auto *EltTy = ArgType->getElementType(); in runOnFunction() 461 Type *PtrTy = Val->getType()->getPointerTo(ArgType->getAddressSpace()); in runOnFunction()
|
D | AMDGPULibFunc.h | 291 unsigned char ArgType; member 298 ArgType = 0; in reset()
|
D | AMDGPULegalizerInfo.h | 85 AMDGPUFunctionArgInfo::PreloadedValue ArgType) const;
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | MessagePattern.java | 179 parseMessage(0, 0, 0, ArgType.NONE); in parse() 211 parsePluralOrSelectStyle(ArgType.PLURAL, 0, 0); in parsePluralStyle() 227 parsePluralOrSelectStyle(ArgType.SELECT, 0, 0); in parseSelectStyle() 576 public ArgType getArgType() { in getArgType() 581 return ArgType.NONE; in getArgType() 748 public enum ArgType { enum in MessagePattern 862 private int parseMessage(int index, int msgStartLength, int nestingLevel, ArgType parentType) { in parseMessage() 885 (parentType==ArgType.CHOICE && c=='|') || in parseMessage() 925 } else if((nestingLevel>0 && c=='}') || (parentType==ArgType.CHOICE && c=='|')) { in parseMessage() 929 int limitLength=(parentType==ArgType.CHOICE && c=='}') ? 0 : 1; in parseMessage() [all …]
|
D | MessagePatternUtil.java | 208 public MessagePattern.ArgType getArgType() { in getArgType() 250 if (argType != MessagePattern.ArgType.NONE) { in toString() 252 if (argType == MessagePattern.ArgType.SIMPLE) { in toString() 270 private MessagePattern.ArgType argType; 287 public MessagePattern.ArgType getArgType() { in getArgType() 358 private ComplexArgStyleNode(MessagePattern.ArgType argType) { in ComplexArgStyleNode() 370 private MessagePattern.ArgType argType; 464 MessagePattern.ArgType argType = node.argType = part.getArgType(); in buildArgNode() 505 ComplexArgStyleNode node = new ComplexArgStyleNode(MessagePattern.ArgType.CHOICE); in buildChoiceStyleNode() 524 MessagePattern.ArgType argType) { in buildPluralStyleNode() [all …]
|
D | MessageFormat.java | 41 import ohos.global.icu.text.MessagePattern.ArgType; 1269 ArgType argType=part.getArgType(); in parse() 1302 argType==ArgType.NONE || in parse() 1326 } else if(argType==ArgType.CHOICE) { in parse() 1336 } else if(argType.hasPluralStyle() || argType==ArgType.SELECT) { in parse() 1622 ArgType argType=part.getArgType(); in format() 1692 argType==ArgType.NONE || in format() 1705 } else if(argType==ArgType.CHOICE) { in format() 1717 if(argType == ArgType.PLURAL) { in format() 1735 } else if(argType==ArgType.SELECT) { in format() [all …]
|
/third_party/boost/boost/interprocess/sync/shm/ |
D | named_creation_functor.hpp | 41 template<class ArgType> 42 …void construct(void *address, typename enable_if_c<is_same<ArgType, no_arg_t>::value>::type * = 0)… in construct() argument 45 template<class ArgType> 46 …void construct(void *address, typename enable_if_c<!is_same<ArgType, no_arg_t>::value>::type * = 0… in construct() argument
|
/third_party/flutter/engine/flutter/fml/ |
D | make_copyable.h | 22 template <typename... ArgType> 23 auto operator()(ArgType&&... args) const { in operator() 24 return impl_->func_(std::forward<ArgType>(args)...); in operator()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | MessagePatternUtilTest.java | 68 return expectComplexArg(name, MessagePattern.ArgType.CHOICE); in expectChoiceArg() 71 return expectComplexArg(name, MessagePattern.ArgType.PLURAL); in expectPluralArg() 74 return expectComplexArg(name, MessagePattern.ArgType.SELECT); in expectSelectArg() 77 return expectComplexArg(name, MessagePattern.ArgType.SELECTORDINAL); in expectSelectOrdinalArg() 79 private ExpectComplexArgNode expectComplexArg(Object name, MessagePattern.ArgType argType) { in expectComplexArg() 153 argType = MessagePattern.ArgType.NONE; in ExpectArgNode() 155 argType = MessagePattern.ArgType.SIMPLE; in ExpectArgNode() 179 … if (argType == MessagePattern.ArgType.NONE || argType == MessagePattern.ArgType.SIMPLE) { in matches() 186 protected MessagePattern.ArgType argType; 193 Object name, MessagePattern.ArgType argType) { in ExpectComplexArgNode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFixFunctionBitcasts.cpp | 144 Type *ArgType = AI->getType(); in createWrapper() local 147 if (ArgType == ParamType) { in createWrapper() 150 if (CastInst::isBitOrNoopPointerCastable(ArgType, ParamType, DL)) { in createWrapper() 155 } else if (ArgType->isStructTy() || ParamType->isStructTy()) { in createWrapper() 163 << *ParamType << " Got: " << *ArgType << "\n"); in createWrapper()
|
/third_party/boost/boost/graph/ |
D | named_function_params.hpp | 551 template < typename ArgType, typename Prop, typename Graph, bool Exists > 554 typedef typename boost::remove_const< ArgType >::type result_type; 555 result_type operator()(const Graph&, const ArgType& a) const in operator ()() 561 template < typename ArgType, typename Prop, typename Graph > 562 struct override_const_property_t< ArgType, Prop, Graph, false > 566 result_type operator()(const Graph& g, const ArgType&) const in operator ()() 594 template < typename ArgType, typename Prop, typename Graph, bool Exists > 597 typedef ArgType result_type; 599 typename boost::add_lvalue_reference< ArgType >::type a) const in operator ()() 605 template < typename ArgType, typename Prop, typename Graph > [all …]
|
/third_party/boost/boost/range/ |
D | mfc.hpp | 53 template< class Type, class ArgType > 56 template< class Type, class ArgType > 660 template< class Type, class ArgType > 661 struct customization< ::CArray<Type, ArgType> > : 675 template< class Type, class ArgType > 676 struct customization< ::CList<Type, ArgType> > :
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceTypes.h | 167 void appendArgType(Type ArgType) { ArgList.push_back(ArgType); } in appendArgType() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | TGParser.cpp | 1119 RecTy *ArgType = nullptr; in ParseOperation() local 1126 ArgType = DagRecTy::get(); in ParseOperation() 1136 ArgType = IntRecTy::get(); in ParseOperation() 1148 ArgType = IntRecTy::get(); in ParseOperation() 1152 ArgType = ItemType; in ParseOperation() 1159 ArgType = StringRecTy::get(); in ParseOperation() 1180 InitList.push_back(ParseValue(CurRec, ArgType)); in ParseOperation() 1184 if (!ArgType) { in ParseOperation() 1185 ArgType = ListType; in ParseOperation() 1189 if (!isa<ListRecTy>(ArgType)) { in ParseOperation() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | LibCallsShrinkWrap.cpp | 310 Type *ArgType = CI.getArgOperand(0)->getType(); in checkCandidate() local 311 if (!(ArgType->isFloatTy() || ArgType->isDoubleTy() || in checkCandidate() 312 ArgType->isX86_FP80Ty())) in checkCandidate()
|
/third_party/python/Lib/ctypes/test/ |
D | test_numbers.py | 22 ArgType = type(byref(c_int(0))) variable 97 self.assertEqual(ArgType, type(t.from_param(0))) 103 self.assertEqual(ArgType, type(parm))
|
/third_party/boost/boost/gil/ |
D | utilities.hpp | 102 typename ArgType, 108 using argument_type = ArgType;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | CoroElide.cpp | 95 auto *ArgType = Resume->arg_begin()->getType(); in getFrameType() local 96 return cast<PointerType>(ArgType)->getElementType(); in getFrameType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/ |
D | RPCUtils.h | 602 using ArgType = Expected<ArgT>; 609 using ArgType = Expected<ArgT>; 615 using ArgType = Error; 620 using ArgType = Error; 717 typename HandlerTraits<HandlerT>::Type>::ArgType; in handleResponse() 1597 using ArgType = typename detail::ResponseHandlerArg< in call() local 1598 typename detail::HandlerTraits<HandlerT>::Type>::ArgType; in call() 1599 auto WrappedHandler = [this, Handler = std::move(Handler)](ArgType Arg) { in call()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | Mips16HardFloat.cpp | 158 Type *ArgType = F.getFunctionType()->getParamType(0); in needsFPStubFromParams() local 159 switch (ArgType->getTypeID()) { in needsFPStubFromParams()
|