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

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dtg-tests.h14 int classification)
86 if (classification != FP_SUBNORMAL)
89 if (fpclassify(f) != classification)
91 if (fpclassify(d) != classification)
93 if (fpclassify(ld) != classification)
101 int res_isfin, int res_isnorm, int classification)
103 foo_1 (f, d, ld, res_unord, res_isnan, res_isinf, res_isinf, res_isfin, res_isnorm, classification);
105 foo_1 (-f, -d, -ld, res_unord, res_isnan, res_isinf, -res_isinf, res_isfin, res_isnorm, classification);
11 foo_1(float f, double d, long double ld, int res_unord, int res_isnan, int res_isinf, int res_isinf_sign, int res_isfin, int res_isnorm, int classification) argument
99 foo(float f, double d, long double ld, int res_unord, int res_isnan, int res_isinf, int res_isfin, int res_isnorm, int classification) argument
/haiku-buildtools/gcc/gcc/
H A Dsched-ebb.c402 int classification;
422 classification = haifa_classify_insn (insn);
425 switch (classification)
399 int classification; local
/haiku-buildtools/legacy/binutils/bfd/
H A Dcofflink.c213 enum coff_symbol_classification classification; local
217 classification = bfd_coff_classify_symbol (abfd, &sym);
218 if (classification == COFF_SYMBOL_GLOBAL
219 || classification == COFF_SYMBOL_COMMON)
331 enum coff_symbol_classification classification; local
336 classification = bfd_coff_classify_symbol (abfd, &sym);
337 if (classification != COFF_SYMBOL_LOCAL)
361 switch (classification)
438 && (classification == COFF_SYMBOL_GLOBAL
439 || classification
1418 enum coff_symbol_classification classification; local
[all...]
/haiku-buildtools/binutils/gold/
H A Dscript.cc57 // Token classification.
81 Token(Classification classification, int lineno, int charpos) argument
82 : classification_(classification), value_(NULL), value_length_(0),
85 gold_assert(classification == TOKEN_INVALID
86 || classification == TOKEN_EOF);
90 Token(Classification classification, const char* value, size_t length, argument
92 : classification_(classification), value_(value), value_length_(length),
95 gold_assert(classification != TOKEN_INVALID
96 && classification != TOKEN_EOF);
115 // Return the token classification
117 classification() const function in class:gold::Token
720 gather_token(Token::Classification classification, const char* (Lex::*can_continue_fn)(const char*), const char* start, const char* match, const char** pp) argument
[all...]
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dlex.cc149 Token::Token(Classification classification, Location location) argument
150 : classification_(classification), location_(location)
H A Dast-dump.cc282 go_assert(s->classification() == Statement::STATEMENT_TEMPORARY);
H A Dlex.h57 // Token classification.
86 // Get token classification.
88 classification() const function in class:Token
304 // The token classification.
H A Dparse.cc2381 switch (token->classification())
2454 switch (named_object->classification())
3013 if (t->classification() == Type::TYPE_ARRAY
3223 switch (named_object->classification())
3297 if (token->classification() != Token::TOKEN_OPERATOR)
3373 switch (token->classification())
3563 switch (token->classification())
3668 switch (token->classification())
5471 if (enclosing->classification() == Statement::STATEMENT_FOR)
5473 else if (enclosing->classification()
[all...]
H A Dstatements.cc20 Statement::Statement(Statement_classification classification, argument
22 : classification_(classification), location_(location)
1939 Thunk_statement::Thunk_statement(Statement_classification classification, argument
1942 : Statement(classification, location),
1960 if (this->classification() == STATEMENT_DEFER)
2148 if (this->classification() == STATEMENT_ERROR)
2153 if (this->classification() == STATEMENT_DEFER)
2229 if (this->classification() == STATEMENT_GO)
2231 else if (this->classification() == STATEMENT_DEFER)
2345 if (this->classification()
[all...]
H A Dexpressions.h466 // Return the expression classification.
468 classification() const function in class:Expression
936 // Convert to the desired statement classification, or return NULL.
967 // The expression classification.
1076 Parser_expression(Expression_classification classification, argument
1078 : Expression(classification, location)
H A Dgogo.cc1730 if (rtype->classification() == Type::TYPE_POINTER)
1860 if (rtype->classification() == Type::TYPE_POINTER)
2287 switch (t->classification())
2833 // Check the classification so that we don't finalize the methods
2835 switch (t->classification())
2850 if (rt->classification() != Type::TYPE_STRUCT)
3472 switch (s->classification())
5501 switch ((*pb)->classification())
6541 Classification classification)
6542 : name_(name), package_(package), classification_(classification)
6539 Named_object(const std::string& name, const Package* package, Classification classification) argument
[all...]
H A Dexpressions.cc25 Expression::Expression(Expression_classification classification, argument
27 : classification_(classification), location_(location)
1369 switch (real->classification())
2650 if (this->constant_->const_value()->expr()->classification()
2889 switch ((*pexpr)->classification())
3662 while (e->classification() == EXPRESSION_CONVERSION)
3669 if (e->classification() == EXPRESSION_UNARY)
4148 if (this->expr_->classification() == EXPRESSION_UNARY)
5189 if (this->classification() == EXPRESSION_ERROR)
5299 if (this->classification()
12025 Array_construction_expression(Expression_classification classification, Type* type, const std::vector<unsigned long>* indexes, Expression_list* vals, Location location) argument
[all...]
H A Dtypes.cc38 Type::Type(Type_classification classification) argument
39 : classification_(classification), btype_(NULL), type_descriptor_var_(NULL),
169 switch (this->classification())
192 switch (this->classification())
362 if (t1->classification() != t2->classification())
365 switch (t1->classification())
1613 switch (this->base()->classification())
4555 if (t->classification() == Type::TYPE_POINTER)
8608 switch (type->base()->classification())
[all...]
H A Dstatements.h273 // Return the statement classification.
275 classification() const function in class:Statement
484 // Convert to the desired statement classification, or return NULL.
504 // The statement classification.
H A Dimport.cc527 if (rtype->classification() == Type::TYPE_POINTER)
H A Dtypes.h635 // Return the type classification.
637 classification() const function in class:Type
1110 // Convert to the desired type classification, or return NULL. This
1289 // The type classification.
H A Dgogo.h1972 // Return the classification.
1974 classification() const function in class:Named_object
/haiku-buildtools/binutils/bfd/
H A Dcofflink.c271 enum coff_symbol_classification classification; local
276 classification = bfd_coff_classify_symbol (abfd, &sym);
277 if (classification != COFF_SYMBOL_LOCAL)
301 switch (classification)
378 && (classification == COFF_SYMBOL_GLOBAL
379 || classification == COFF_SYMBOL_PE_SECTION)
486 if (classification == COFF_SYMBOL_PE_SECTION
1484 enum coff_symbol_classification classification;
1498 classification = bfd_coff_classify_symbol (input_bfd, &isym);
1499 switch (classification)
1483 enum coff_symbol_classification classification; local
[all...]
/haiku-buildtools/gcc/gmp/mpn/sparc64/
H A Daddmul_2.asm51 C Instruction classification (as per UltraSPARC functional units).
H A Dmul_1.asm53 C Instruction classification (as per UltraSPARC-1/2 functional units):
H A Daddmul_1.asm55 C Instruction classification (as per UltraSPARC-1/2 functional units):
/haiku-buildtools/legacy/gcc/texinfo/doc/
H A Dtexinfo.tex4081 % #1 is the classification. #2 is the data type. #3 is the name and args.
4083 % #1 is the classification, #2 the data type, #3 the name, #4 the args.
/haiku-buildtools/legacy/gcc/texinfo/
H A Dtexinfo.tex4042 % #1 is the classification. #2 is the data type. #3 is the name and args.
4044 % #1 is the classification, #2 the data type, #3 the name, #4 the args.
/haiku-buildtools/legacy/autoconf/
H A Dtexinfo.tex4245 % #1 is the classification. #2 is the data type. #3 is the name and args.
4247 % #1 is the classification, #2 the data type, #3 the name, #4 the args.
/haiku-buildtools/legacy/gcc/gcc/
H A Dtexinfo.tex4163 % #1 is the classification. #2 is the data type. #3 is the name and args.
4165 % #1 is the classification, #2 the data type, #3 the name, #4 the args.

Completed in 707 milliseconds