Home
last modified time | relevance | path

Searched refs:genInitValue (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_reflection_cpp.cpp562 genInitValue(val, isBool); in genGetterAndSetter()
597 genInitValue(val, isBool); in genPointerTypeExportVariable()
628 genInitValue(val, false); in genGetterAndSetter()
954 genInitValue(Val); in genInitPrimitiveExportVariable()
958 void RSReflectionCpp::genInitValue(const clang::APValue &Val, bool asBool) { in genInitValue() function in slang::RSReflectionCpp
Dslang_rs_reflection_cpp.h76 void genInitValue(const clang::APValue &Val, bool asBool = false);
Dslang_rs_reflection.h181 void genInitValue(const clang::APValue &Val, bool asBool);
Dslang_rs_reflection.cpp470 genInitValue(Val, false); in genInitPrimitiveExportVariable()
966 genInitValue(Val, EPT->getType() == DataTypeBoolean); in genPrimitiveTypeExportVariable()
1013 void RSReflectionJava::genInitValue(const clang::APValue &Val, bool asBool) { in genInitValue() function in slang::RSReflectionJava