Searched defs:is_function (Results 1 - 6 of 6) sorted by relevance

/external/mesa3d/src/glsl/glcpp/
H A Dglcpp.h134 int is_function; member in struct:__anon12503
/external/libcxxabi/src/
H A Dcxa_demangle.cpp1897 bool is_function = *t == 'F'; local
1903 if (is_function)
1908 if (is_function)
/external/clang/test/SemaCXX/
H A Dtype-traits.cpp554 void is_function() function
/external/v8/src/
H A Druntime.cc2214 bool is_const, bool is_function) {
2228 DCHECK(is_function);
2277 bool is_function = initial_value->IsSharedFunctionInfo(); local
2278 DCHECK(is_var + is_const + is_function == 1);
2281 if (is_function) {
2299 if (is_function && is_native) attr |= READ_ONLY;
2304 is_var, is_const, is_function);
2391 bool is_function = initial_value->IsJSFunction(); local
2392 DCHECK(is_var + is_const + is_function == 1);
2403 is_function
2211 DeclareGlobals(Isolate* isolate, Handle<GlobalObject> global, Handle<String> name, Handle<Object> value, PropertyAttributes attr, bool is_var, bool is_const, bool is_function) argument
[all...]
H A Dpreparser.h1081 FunctionLiteral::IsFunctionFlag is_function,
1074 NewFunctionLiteral( PreParserIdentifier name, AstValueFactory* ast_value_factory, const PreParserScope& scope, PreParserStatementList body, int materialized_literal_count, int expected_property_count, int handler_count, int parameter_count, FunctionLiteral::ParameterFlag has_duplicate_parameters, FunctionLiteral::FunctionType function_type, FunctionLiteral::IsFunctionFlag is_function, FunctionLiteral::IsParenthesizedFlag is_parenthesized, FunctionKind kind, int position) argument
H A Dast.h2407 bool is_function() { return IsFunction::decode(bitfield_) == kIsFunction; } function in class:v8::internal::FINAL
2453 IsFunctionFlag is_function,
2471 IsFunction::encode(is_function) |
3488 FunctionLiteral::IsFunctionFlag is_function,
3494 has_duplicate_parameters, is_function, is_parenthesized, kind, position,
3497 if (is_function == FunctionLiteral::kIsFunction) {
2447 FunctionLiteral(Zone* zone, const AstRawString* name, AstValueFactory* ast_value_factory, Scope* scope, ZoneList<Statement*>* body, int materialized_literal_count, int expected_property_count, int handler_count, int parameter_count, FunctionType function_type, ParameterFlag has_duplicate_parameters, IsFunctionFlag is_function, IsParenthesizedFlag is_parenthesized, FunctionKind kind, int position, IdGen* id_gen) argument
3482 NewFunctionLiteral( const AstRawString* name, AstValueFactory* ast_value_factory, Scope* scope, ZoneList<Statement*>* body, int materialized_literal_count, int expected_property_count, int handler_count, int parameter_count, FunctionLiteral::ParameterFlag has_duplicate_parameters, FunctionLiteral::FunctionType function_type, FunctionLiteral::IsFunctionFlag is_function, FunctionLiteral::IsParenthesizedFlag is_parenthesized, FunctionKind kind, int position) argument

Completed in 665 milliseconds