Searched refs:genInitValue (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_reflection_base.h76 static std::string genInitValue(const clang::APValue &Val, bool asBool=false);
H A Dslang_rs_reflection_base.cpp151 string RSReflectionBase::genInitValue(const clang::APValue &Val, bool asBool) { function in class:slang::RSReflectionBase
H A Dslang_rs_reflection_cpp.cpp146 write(string(" return ") + genInitValue(val, isBool) + ";");
H A Dslang_rs_reflection.h245 static void genInitValue(Context &C, const clang::APValue &Val);
H A Dslang_rs_reflection.cpp434 C.out() << RSReflectionBase::genInitValue(Val);
864 C.out() << RSReflectionBase::genInitValue(Val, EPT->getType() ==

Completed in 776 milliseconds