Searched refs:IsGeneric (Results 1 – 19 of 19) sorted by relevance
/external/clang/include/clang/AST/ |
D | DeclCXX.h | 534 bool Dependent, bool IsGeneric, in LambdaDefinitionData() 536 : DefinitionData(D), Dependent(Dependent), IsGenericLambda(IsGeneric), in LambdaDefinitionData() 689 bool DependentLambda, bool IsGeneric,
|
/external/clang/lib/AST/ |
D | DeclCXX.cpp | 113 bool Dependent, bool IsGeneric, in CreateLambda() argument 120 new (C) struct LambdaDefinitionData(R, Info, Dependent, IsGeneric, in CreateLambda()
|
/external/v8/src/ |
D | code-stubs.h | 2777 bool IsGeneric() const { return ToIntegral() == Generic().ToIntegral(); } in IsGeneric() function
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.cc | 946 !expected.IsGeneric())) { in DoBranch()
|
D | lithium-codegen-mips64.cc | 2213 if (!expected.IsGeneric()) { in DoBranch()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.cc | 946 !expected.IsGeneric())) { in DoBranch()
|
D | lithium-codegen-mips.cc | 2095 if (!expected.IsGeneric()) { in DoBranch()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.cc | 950 !expected.IsGeneric())) { in DoBranch()
|
D | lithium-codegen-ppc.cc | 2234 if (!expected.IsGeneric()) { in DoShiftI()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.cc | 965 !expected.IsGeneric())) { in DoBranch()
|
D | lithium-codegen-x64.cc | 2144 if (!expected.IsGeneric()) { in DoBranch()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.cc | 936 !expected.IsGeneric())) { in DoBranch()
|
D | lithium-codegen-arm.cc | 2197 if (!expected.IsGeneric()) { in DoBranch()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.cc | 976 !expected.IsGeneric())) { in DoBranch()
|
D | lithium-codegen-ia32.cc | 2103 if (!expected.IsGeneric()) { in DoBranch()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.cc | 1005 if (expected.IsGeneric() || expected.IsEmpty()) { in DoBranch()
|
D | lithium-codegen-arm64.cc | 1874 if (!expected.IsGeneric()) { in DoBranch()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.cc | 994 !expected.IsGeneric())) { in DoBranch()
|
D | lithium-codegen-x87.cc | 2375 if (!expected.IsGeneric()) { in DoBranch()
|