Searched refs:makeValue (Results 1 – 4 of 4) sorted by relevance
/external/clang/include/clang/AST/ |
D | ExternalASTSource.h | 404 static ValueType makeValue(const ASTContext &Ctx, T Value); 408 : Value(makeValue(Ctx, Value)) {} in Value()
|
D | ASTContext.h | 2704 clang::LazyGenerationalUpdatePtr<Owner, T, Update>::makeValue( in makeValue() function
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineSpecConstantTests.cpp | 1267 inline GenericValue makeValue (const glu::DataType type, const int specValue) in makeValue() function 1310 expectedValues.push_back(OffsetValue(dataSize, dataSize * combNdx, makeValue(dataType, sum))); in computeExpectedValues() 1376 getDataTypeScalarSizeBytes(type), makeValue(type, specValue)); in makeSpecConstant() 1515 …makeVector(OffsetValue(getDataTypeScalarSizeBytes(memberType), 0, makeValue(scalarType, checksum))… in makeStructCompositeCaseDefinition()
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 9107 const Decl *, Decl *, &ExternalASTSource::CompleteRedeclChain>::makeValue(
|