HomeSort by relevance Sort by last modified time
    Searched refs:OPERATOR (Results 1 - 25 of 48) sorted by null

1 2

  /frameworks/compile/mclinker/include/mcld/Script/
ExprToken.h 23 OPERATOR,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_quad_depth_test_tmp.h 38 #if !defined(OPERATOR) && !defined(ALWAYS)
39 #error "neither OPERATOR nor ALWAYS is defined!"
111 /* Note: OPERATOR appears here: */
112 if ((outmask & 1) && (idepth[0] OPERATOR depth16[0][0])) {
117 if ((outmask & 2) && (idepth[1] OPERATOR depth16[0][1])) {
122 if ((outmask & 4) && (idepth[2] OPERATOR depth16[1][0])) {
127 if ((outmask & 8) && (idepth[3] OPERATOR depth16[1][1])) {
146 #undef OPERATOR
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_depth_test_tmp.h 38 #if !defined(OPERATOR) && !defined(ALWAYS)
39 #error "neither OPERATOR nor ALWAYS is defined!"
111 /* Note: OPERATOR appears here: */
112 if ((outmask & 1) && (idepth[0] OPERATOR depth16[0][0])) {
117 if ((outmask & 2) && (idepth[1] OPERATOR depth16[0][1])) {
122 if ((outmask & 4) && (idepth[2] OPERATOR depth16[1][0])) {
127 if ((outmask & 8) && (idepth[3] OPERATOR depth16[1][1])) {
146 #undef OPERATOR
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
javascripttokens.py 58 OPERATOR = 'operator'
110 def IsOperator(self, operator):
111 """Tests if this token is the given operator.
114 operator: The operator to compare to.
117 True if this token is a operator token with the given name.
119 return self.type == JavaScriptTokenType.OPERATOR and self.string == operator
122 """Tests if this token is an assignment operator
    [all...]
javascripttokenizer.py 153 # purposes, the comma behaves similarly enough to a normal operator that we
155 # characters - this may not match some very esoteric uses of the in operator.
164 OPERATOR = re.compile('|'.join(OPERATOR_LIST))
262 Matcher(OPERATOR, Type.OPERATOR),
ecmametadatapass.py 147 operator_type: The operator type, will be one of the *_OPERATOR constants
436 # Determine the operator type of the token, if applicable.
437 if token.type == TokenType.OPERATOR:
449 is_continued_operator = (token.type == TokenType.OPERATOR and
452 next_code_is_operator = next_code and next_code.type == TokenType.OPERATOR
493 """Returns the operator type of the given operator token.
499 The type of the operator. One of the *_OPERATOR constants defined in
  /external/chromium_org/third_party/closure_linter/closure_linter/
javascripttokens.py 58 OPERATOR = 'operator'
110 def IsOperator(self, operator):
111 """Tests if this token is the given operator.
114 operator: The operator to compare to.
117 True if this token is a operator token with the given name.
119 return self.type == JavaScriptTokenType.OPERATOR and self.string == operator
122 """Tests if this token is an assignment operator
    [all...]
javascripttokenizer.py 153 # purposes, the comma behaves similarly enough to a normal operator that we
155 # characters - this may not match some very esoteric uses of the in operator.
164 OPERATOR = re.compile('|'.join(OPERATOR_LIST))
262 Matcher(OPERATOR, Type.OPERATOR),
ecmametadatapass.py 147 operator_type: The operator type, will be one of the *_OPERATOR constants
436 # Determine the operator type of the token, if applicable.
437 if token.type == TokenType.OPERATOR:
449 is_continued_operator = (token.type == TokenType.OPERATOR and
452 next_code_is_operator = next_code and next_code.type == TokenType.OPERATOR
493 """Returns the operator type of the given operator token.
499 The type of the operator. One of the *_OPERATOR constants defined in
  /external/clang/include/clang/AST/
DataRecursiveASTVisitor.h 38 // using them is responsible for defining macro OPERATOR().
42 OPERATOR(PostInc) OPERATOR(PostDec) OPERATOR(PreInc) OPERATOR(PreDec) \
43 OPERATOR(AddrOf) OPERATOR(Deref) OPERATOR(Plus) OPERATOR(Minus) \
44 OPERATOR(Not) OPERATOR(LNot) OPERATOR(Real) OPERATOR(Imag)
    [all...]
RecursiveASTVisitor.h 38 // using them is responsible for defining macro OPERATOR().
42 OPERATOR(PostInc) OPERATOR(PostDec) OPERATOR(PreInc) OPERATOR(PreDec) \
43 OPERATOR(AddrOf) OPERATOR(Deref) OPERATOR(Plus) OPERATOR(Minus) \
44 OPERATOR(Not) OPERATOR(LNot) OPERATOR(Real) OPERATOR(Imag)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/
pointer.h 58 * 4) An operator<() to support pointer comparison.
59 * 5) An operator==() to support pointer comparison.
80 operator<(const _Std_pointer_impl& __rarg) const
84 operator==(const _Std_pointer_impl& __rarg) const
132 operator<(const _Relative_pointer_impl& __rarg) const
137 operator==(const _Relative_pointer_impl& __rarg) const
184 operator<(const _Relative_pointer_impl& __rarg) const
189 operator==(const _Relative_pointer_impl& __rarg) const
323 // Assignment operator
325 operator=(const _Pointer_adapter& __arg)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
pointer.h 62 * 4) An operator<() to support pointer comparison.
63 * 5) An operator==() to support pointer comparison.
84 operator<(const _Std_pointer_impl& __rarg) const
88 operator==(const _Std_pointer_impl& __rarg) const
136 operator<(const _Relative_pointer_impl& __rarg) const
141 operator==(const _Relative_pointer_impl& __rarg) const
188 operator<(const _Relative_pointer_impl& __rarg) const
193 operator==(const _Relative_pointer_impl& __rarg) const
319 // Assignment operator
321 operator=(const _Pointer_adapter& __arg)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
pointer.h 62 * 4) An operator<() to support pointer comparison.
63 * 5) An operator==() to support pointer comparison.
84 operator<(const _Std_pointer_impl& __rarg) const
88 operator==(const _Std_pointer_impl& __rarg) const
136 operator<(const _Relative_pointer_impl& __rarg) const
141 operator==(const _Relative_pointer_impl& __rarg) const
188 operator<(const _Relative_pointer_impl& __rarg) const
193 operator==(const _Relative_pointer_impl& __rarg) const
319 // Assignment operator
321 operator=(const _Pointer_adapter& __arg)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
pointer.h 52 * 4) An operator<() to support pointer comparison.
53 * 5) An operator==() to support pointer comparison.
74 operator<(const _Std_pointer_impl& __rarg) const
78 operator==(const _Std_pointer_impl& __rarg) const
126 operator<(const _Relative_pointer_impl& __rarg) const
131 operator==(const _Relative_pointer_impl& __rarg) const
174 operator<(const _Relative_pointer_impl& __rarg) const
179 operator==(const _Relative_pointer_impl& __rarg) const
305 // Assignment operator
307 operator=(const _Pointer_adapter& __arg)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
pointer.h 52 * 4) An operator<() to support pointer comparison.
53 * 5) An operator==() to support pointer comparison.
74 operator<(const _Std_pointer_impl& __rarg) const
78 operator==(const _Std_pointer_impl& __rarg) const
126 operator<(const _Relative_pointer_impl& __rarg) const
131 operator==(const _Relative_pointer_impl& __rarg) const
174 operator<(const _Relative_pointer_impl& __rarg) const
179 operator==(const _Relative_pointer_impl& __rarg) const
305 // Assignment operator
307 operator=(const _Pointer_adapter& __arg)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
pointer.h 52 * 4) An operator<() to support pointer comparison.
53 * 5) An operator==() to support pointer comparison.
74 operator<(const _Std_pointer_impl& __rarg) const
78 operator==(const _Std_pointer_impl& __rarg) const
126 operator<(const _Relative_pointer_impl& __rarg) const
131 operator==(const _Relative_pointer_impl& __rarg) const
174 operator<(const _Relative_pointer_impl& __rarg) const
179 operator==(const _Relative_pointer_impl& __rarg) const
305 // Assignment operator
307 operator=(const _Pointer_adapter& __arg)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
pointer.h 52 * 4) An operator<() to support pointer comparison.
53 * 5) An operator==() to support pointer comparison.
74 operator<(const _Std_pointer_impl& __rarg) const
78 operator==(const _Std_pointer_impl& __rarg) const
126 operator<(const _Relative_pointer_impl& __rarg) const
131 operator==(const _Relative_pointer_impl& __rarg) const
174 operator<(const _Relative_pointer_impl& __rarg) const
179 operator==(const _Relative_pointer_impl& __rarg) const
305 // Assignment operator
307 operator=(const _Pointer_adapter& __arg)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
pointer.h 58 * 4) An operator<() to support pointer comparison.
59 * 5) An operator==() to support pointer comparison.
80 operator<(const _Std_pointer_impl& __rarg) const
84 operator==(const _Std_pointer_impl& __rarg) const
132 operator<(const _Relative_pointer_impl& __rarg) const
137 operator==(const _Relative_pointer_impl& __rarg) const
184 operator<(const _Relative_pointer_impl& __rarg) const
189 operator==(const _Relative_pointer_impl& __rarg) const
323 // Assignment operator
325 operator=(const _Pointer_adapter& __arg)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
pointer.h 61 * 4) An operator<() to support pointer comparison.
62 * 5) An operator==() to support pointer comparison.
83 operator<(const _Std_pointer_impl& __rarg) const
87 operator==(const _Std_pointer_impl& __rarg) const
135 operator<(const _Relative_pointer_impl& __rarg) const
140 operator==(const _Relative_pointer_impl& __rarg) const
187 operator<(const _Relative_pointer_impl& __rarg) const
192 operator==(const _Relative_pointer_impl& __rarg) const
318 // Assignment operator
320 operator=(const _Pointer_adapter& __arg)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
pointer.h 58 * 4) An operator<() to support pointer comparison.
59 * 5) An operator==() to support pointer comparison.
80 operator<(const _Std_pointer_impl& __rarg) const
84 operator==(const _Std_pointer_impl& __rarg) const
132 operator<(const _Relative_pointer_impl& __rarg) const
137 operator==(const _Relative_pointer_impl& __rarg) const
184 operator<(const _Relative_pointer_impl& __rarg) const
189 operator==(const _Relative_pointer_impl& __rarg) const
323 // Assignment operator
325 operator=(const _Pointer_adapter& __arg)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
pointer.h 61 * 4) An operator<() to support pointer comparison.
62 * 5) An operator==() to support pointer comparison.
83 operator<(const _Std_pointer_impl& __rarg) const
87 operator==(const _Std_pointer_impl& __rarg) const
135 operator<(const _Relative_pointer_impl& __rarg) const
140 operator==(const _Relative_pointer_impl& __rarg) const
187 operator<(const _Relative_pointer_impl& __rarg) const
192 operator==(const _Relative_pointer_impl& __rarg) const
318 // Assignment operator
320 operator=(const _Pointer_adapter& __arg)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
pointer.h 62 * 4) An operator<() to support pointer comparison.
63 * 5) An operator==() to support pointer comparison.
84 operator<(const _Std_pointer_impl& __rarg) const
88 operator==(const _Std_pointer_impl& __rarg) const
136 operator<(const _Relative_pointer_impl& __rarg) const
141 operator==(const _Relative_pointer_impl& __rarg) const
188 operator<(const _Relative_pointer_impl& __rarg) const
193 operator==(const _Relative_pointer_impl& __rarg) const
319 // Assignment operator
321 operator=(const _Pointer_adapter& __arg)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
pointer.h 62 * 4) An operator<() to support pointer comparison.
63 * 5) An operator==() to support pointer comparison.
84 operator<(const _Std_pointer_impl& __rarg) const
88 operator==(const _Std_pointer_impl& __rarg) const
136 operator<(const _Relative_pointer_impl& __rarg) const
141 operator==(const _Relative_pointer_impl& __rarg) const
188 operator<(const _Relative_pointer_impl& __rarg) const
193 operator==(const _Relative_pointer_impl& __rarg) const
319 // Assignment operator
321 operator=(const _Pointer_adapter& __arg)
    [all...]
  /frameworks/compile/mclinker/lib/Script/
RpnEvaluator.cpp 14 #include <mcld/Script/Operator.h>
37 case ExprToken::OPERATOR: {
38 Operator* op = llvm::cast<Operator>(*it);
40 case Operator::NULLARY: {
44 case Operator::UNARY: {
51 case Operator::BINARY: {
61 case Operator::TERNARY: {
74 } // end of switch operator arity

Completed in 422 milliseconds

1 2