/toolchain/binutils/binutils-2.25/gas/config/ |
tc-metag.h | 61 #define md_parse_name(name, exprP, mode, nextcharP) \ 62 metag_parse_name ((name), (exprP), (mode), (nextcharP))
|
tc-m32r.h | 115 #define md_parse_name(name, exprP, mode, nextcharP) \ 116 m32r_parse_name ((name), (exprP), (mode), (nextcharP))
|
tc-ns32k.c | 134 expressionS exprP; 682 (void) evaluate_expr (&exprP, ptr); /* This call takes time Sigh! */ 686 if (exprP.X_add_symbol || exprP.X_op_symbol) 693 if (exprP.X_add_symbol || exprP.X_op_symbol) [all...] |
tc-tic6x.h | 176 #define md_parse_name(name, exprP, mode, nextcharP) \ 177 tic6x_parse_name (name, exprP, mode, nextcharP) 178 extern int tic6x_parse_name (const char *name, expressionS *exprP,
|
tc-sh.h | 230 #define md_parse_name(name, exprP, mode, nextcharP) \ 231 sh_parse_name ((name), (exprP), (mode), (nextcharP))
|
tc-m32r.c | [all...] |
tc-mn10300.c | [all...] |
tc-nds32.h | 60 #define md_parse_name(name, exprP, mode, nextcharP) \ 61 nds32_parse_name (name, exprP, mode, nextcharP)
|
tc-cris.c | [all...] |
tc-sh.c | [all...] |
tc-metag.c | [all...] |
tc-nds32.c | [all...] |
tc-tic6x.c | [all...] |
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
vktShaderBuiltinPrecisionTests.cpp | 498 // This is a kludge that is only needed to get the ExprP::operator[] syntactic sugar to work. 513 * and statements. ExprP<T> is a shared pointer to an Expr<T>, and StatementP 525 template <typename T> class ExprP; 697 VariableStatement (const VariableP<T>& variable, const ExprP<T>& value, 728 ExprP<T> m_value; 734 const ExprP<T>& value, 741 StatementP variableDeclaration (const VariableP<T>& variable, const ExprP<T>& definiens) 747 StatementP variableAssignment (const VariableP<T>& variable, const ExprP<T>& value) 876 ExprP<typename T::Element> operator[] (int i) const; 880 class ExprP : public ExprPBase<T> {} [all...] |
/external/deqp/modules/glshared/ |
glsBuiltinPrecisionTests.cpp | 519 // This is a kludge that is only needed to get the ExprP::operator[] syntactic sugar to work. 534 * and statements. ExprP<T> is a shared pointer to an Expr<T>, and StatementP 546 template <typename T> class ExprP; 718 VariableStatement (const VariableP<T>& variable, const ExprP<T>& value, 749 ExprP<T> m_value; 755 const ExprP<T>& value, 762 StatementP variableDeclaration (const VariableP<T>& variable, const ExprP<T>& definiens) 768 StatementP variableAssignment (const VariableP<T>& variable, const ExprP<T>& value) 897 ExprP<typename T::Element> operator[] (int i) const; 901 class ExprP : public ExprPBase<T> {} [all...] |