Searched refs:is_function (Results 1 - 25 of 27) sorted by relevance

12

/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/
H A Dlvalue_ref.pass.cpp34 static_assert(!std::is_function<T>::value, "");
H A Drvalue_ref.pass.cpp34 static_assert(!std::is_function<T>::value, "");
H A Darray.pass.cpp34 static_assert(!std::is_function<T>::value, "");
H A Dclass.pass.cpp34 static_assert(!std::is_function<T>::value, "");
H A Denum.pass.cpp34 static_assert(!std::is_function<T>::value, "");
H A Dfloating_point.pass.cpp34 static_assert(!std::is_function<T>::value, "");
H A Dfunction.pass.cpp45 static_assert( std::is_function<T>::value, "");
H A Dintegral.pass.cpp34 static_assert(!std::is_function<T>::value, "");
H A Dmember_function_pointer_no_variadics.pass.cpp35 static_assert(!std::is_function<T>::value, "");
H A Dmember_object_pointer.pass.cpp34 static_assert(!std::is_function<T>::value, "");
H A Dnullptr.pass.cpp34 static_assert(!std::is_function<T>::value, "");
H A Dpointer.pass.cpp34 static_assert(!std::is_function<T>::value, "");
H A Dunion.pass.cpp34 static_assert(!std::is_function<T>::value, "");
H A Dvoid.pass.cpp34 static_assert(!std::is_function<T>::value, "");
H A Dmember_function_pointer.pass.cpp34 static_assert(!std::is_function<T>::value, "");
/external/libcxx/test/std/experimental/utilities/meta/meta.type.synop/
H A Dmeta.unary.cat.pass.cpp171 static_assert(ex::is_function_v<T> == std::is_function<T>::value, "");
176 static_assert(ex::is_function_v<T> == std::is_function<T>::value, "");
/external/mesa3d/src/glsl/glcpp/
H A Dglcpp.h134 int is_function; member in struct:__anon12508
H A Dglcpp-parse.y1406 assert (macro->is_function);
1551 if (! macro->is_function)
1729 if (a->is_function != b->is_function)
1732 if (a->is_function) {
1754 macro->is_function = 0;
1788 macro->is_function = 1;
1859 if (macro && macro->is_function) {
/external/v8/src/
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
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 Dcompiler.cc597 function_info->set_is_function(lit->is_function());
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 Dparser.cc4906 if (info()->shared_info()->is_function()) {
/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

Completed in 462 milliseconds

12