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

/external/mesa3d/src/glsl/glcpp/
H A Dglcpp.h133 int is_function; member in struct:__anon9485
/external/clang/test/SemaCXX/
H A Dtype-traits.cpp485 void is_function() function
/external/v8/src/
H A Dast.h2078 bool is_function() { return IsFunction::decode(bitfield_) == kIsFunction; } function in class:v8::internal::FunctionLiteral
2101 IsFunctionFlag is_function)
2120 IsFunction::encode(is_function);
2948 FunctionLiteral::IsFunctionFlag is_function) {
2953 parameter_count, type, has_duplicate_parameters, is_function);
2955 if (is_function == FunctionLiteral::kIsFunction) {
2089 FunctionLiteral(Isolate* isolate, Handle<String> name, Scope* scope, ZoneList<Statement*>* body, int materialized_literal_count, int expected_property_count, int handler_count, bool has_only_simple_this_property_assignments, Handle<FixedArray> this_property_assignments, int parameter_count, Type type, ParameterFlag has_duplicate_parameters, IsFunctionFlag is_function) argument
2936 NewFunctionLiteral( Handle<String> name, Scope* scope, ZoneList<Statement*>* body, int materialized_literal_count, int expected_property_count, int handler_count, bool has_only_simple_this_property_assignments, Handle<FixedArray> this_property_assignments, int parameter_count, FunctionLiteral::ParameterFlag has_duplicate_parameters, FunctionLiteral::Type type, FunctionLiteral::IsFunctionFlag is_function) argument

Completed in 136 milliseconds