OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsRSObjectType
(Results
1 - 4
of
4
) sorted by null
/frameworks/compile/slang/
slang_rs_object_ref_count.h
168
slangAssert(RSExportPrimitiveType::
IsRSObjectType
(DT));
182
slangAssert(RSExportPrimitiveType::
IsRSObjectType
(DT));
slang_rs_export_type.h
362
static bool
IsRSObjectType
(DataType DT);
363
static bool
IsRSObjectType
(const clang::Type *T) {
364
return
IsRSObjectType
(GetRSSpecificType(T));
377
inline bool
isRSObjectType
() const {
378
return
IsRSObjectType
(mType);
slang_rs_object_ref_count.cpp
81
slangAssert(RSExportPrimitiveType::
IsRSObjectType
(DT)
515
return (RSExportPrimitiveType::
IsRSObjectType
(DT) ? 1 : 0);
601
if (RSExportPrimitiveType::
IsRSObjectType
(FT)) {
[
all
...]
slang_rs_export_type.cpp
503
if (RSExportPrimitiveType::
IsRSObjectType
(T)) {
514
} else if (RSExportPrimitiveType::
IsRSObjectType
(T)) {
[
all
...]
Completed in 42 milliseconds