Searched refs:IsGeneric (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/torque/ |
D | declarable.h | 46 bool IsGeneric() const { return kind() == kGeneric; } in IsGeneric() function
|
/external/clang/include/clang/AST/ |
D | DeclCXX.h | 531 bool Dependent, bool IsGeneric, in LambdaDefinitionData() 533 : DefinitionData(D), Dependent(Dependent), IsGenericLambda(IsGeneric), in LambdaDefinitionData() 694 bool DependentLambda, bool IsGeneric,
|
/external/v8/src/ |
D | feedback-vector.h | 580 bool IsGeneric() const { return StateFromFeedback() == GENERIC; } in IsGeneric() function
|
/external/clang/lib/AST/ |
D | DeclCXX.cpp | 112 bool Dependent, bool IsGeneric, in CreateLambda() argument 119 new (C) struct LambdaDefinitionData(R, Info, Dependent, IsGeneric, in CreateLambda()
|