Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflection_cpp.cpp576 genInitValue(val, isBool); in genGetterAndSetter()
611 genInitValue(val, isBool); in genPointerTypeExportVariable()
642 genInitValue(val, false); in genGetterAndSetter()
1010 genInitValue(Val); in genInitPrimitiveExportVariable()
1014 void RSReflectionCpp::genInitValue(const clang::APValue &Val, bool asBool) { in genInitValue() function in slang::RSReflectionCpp
Dslang_rs_reflection_cpp.h82 void genInitValue(const clang::APValue &Val, bool asBool = false);
Dslang_rs_reflection.h220 void genInitValue(const clang::APValue &Val, bool asBool);
Dslang_rs_reflection.cpp753 genInitValue(Val, false); in genInitPrimitiveExportVariable()
1871 genInitValue(Val, EPT->getType() == DataTypeBoolean); in genPrimitiveTypeExportVariable()
1918 void RSReflectionJava::genInitValue(const clang::APValue &Val, bool asBool) { in genInitValue() function in slang::RSReflectionJava