Home
last modified time | relevance | path

Searched refs:ParameterTypes (Results 1 – 7 of 7) sorted by relevance

/external/autotest/frontend/afe/
Dmodel_attributes.py11 ParameterTypes = enum.Enum('int', 'float', 'string', string_values=True) variable
Dmodels.py1148 max_length=8, choices=model_attributes.ParameterTypes.choices())
1168 max_length=8, choices=model_attributes.ParameterTypes.choices())
Drpc_interface_unittest.py393 string_type = model_attributes.ParameterTypes.STRING
/external/llvm/bindings/go/llvm/
DDIBuilderBindings.cpp128 LLVMMetadataRef ParameterTypes) { in LLVMDIBuilderCreateSubroutineType() argument
131 D->createSubroutineType(DITypeRefArray(unwrap<MDTuple>(ParameterTypes)))); in LLVMDIBuilderCreateSubroutineType()
DDIBuilderBindings.h85 LLVMMetadataRef ParameterTypes);
/external/llvm/include/llvm/IR/
DDIBuilder.h384 DISubroutineType *createSubroutineType(DITypeRefArray ParameterTypes,
/external/llvm/lib/IR/
DDIBuilder.cpp434 DISubroutineType *DIBuilder::createSubroutineType(DITypeRefArray ParameterTypes, in createSubroutineType() argument
436 return DISubroutineType::get(VMContext, Flags, ParameterTypes); in createSubroutineType()