Home | History | Annotate | Download | only in src

Lines Matching defs:No

210   enum class Cache : unsigned char { Yes, No, Unknown, };
225 Cache RHSComponentCache_ = Cache::No, Cache ArrayCache_ = Cache::No,
226 Cache FunctionCache_ = Cache::No)
265 if (RHSComponentCache != Cache::No)
702 /*RHSComponentCache=*/Cache::Yes, /*ArrayCache=*/Cache::No,
740 /*RHSComponentCache=*/Cache::Yes, /*ArrayCache=*/Cache::No,
787 /*RHSComponentCache=*/Cache::Yes, /*ArrayCache=*/Cache::No,
955 return P->ArrayCache == Cache::No;
957 ArrayCache = Cache::No;
959 return P->FunctionCache == Cache::No;
961 FunctionCache = Cache::No;
963 return P->RHSComponentCache == Cache::No;
965 RHSComponentCache = Cache::No;
2864 // ::= tr # throw with no operand (rethrow)
4413 // <lambda-sig> ::= <parameter type>+ # Parameter types or "v" if the lambda has no parameters
5110 // # No <type>