Searched defs:IsParam (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceTypes.cpp | 45 #define X(tag, IsVec, IsInt, IsFloat, IsIntArith, IsLoadStore, IsParam, \ argument 60 #define X(tag, IsVec, IsInt, IsFloat, IsIntArith, IsLoadStore, IsParam, \ argument 80 #define X(tag, IsVec, IsInt, IsFloat, IsIntArith, IsLoadStore, IsParam, \ argument 87 #define X(tag, IsVec, IsInt, IsFloat, IsIntArith, IsLoadStore, IsParam, \ argument 126 #define X(tag, IsVec, IsInt, IsFloat, IsIntArith, IsBoolean, IsParam, \ argument
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | BugReporterVisitors.cpp | 460 bool IsParam = false; in VisitNode() local
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 2013 bool IsParam) const { in hasSameNullabilityTypeQualifier()
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 8686 bool IsParam = isa<NonNullAttr>(NonnullAttr); in DiagnoseAlwaysNonNullPointer() local
|