Searched refs:IsPrimitiveType (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_export_type.h288 static bool IsPrimitiveType(const clang::Type *T);
H A Dslang_rs_export_type.cpp138 if (!RSExportPrimitiveType::IsPrimitiveType(BaseElementType)) {
855 bool RSExportPrimitiveType::IsPrimitiveType(const clang::Type *T) { function in class:slang::RSExportPrimitiveType
1032 && IsPrimitiveType(T)) {

Completed in 617 milliseconds