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

123

/external/clang/test/CodeGen/
H A D2002-07-31-SubregFailure.c11 Assignment(*abase.ap);
/external/clang/include/clang/Basic/
H A DOperatorPrecedence.h30 Assignment = 2, // =, *=, /=, %=, +=, -=, <<=, >>=, &=, ^=, |= enumerator in enum:clang::prec::Level
/external/v8/test/cctest/
H A Dtest-asm-validator.cc131 CHECK_EXPR(Assignment, Bounds(cache.kAsmInt)) {
138 CHECK_EXPR(Assignment, Bounds(cache.kAsmInt)) {
145 CHECK_EXPR(Assignment, Bounds(cache.kAsmDouble)) {
149 CHECK_EXPR(Assignment, Bounds(cache.kAsmInt)) {
153 CHECK_EXPR(Assignment, Bounds(cache.kAsmInt)) {
159 CHECK_EXPR(Assignment, Bounds(cache.kAsmInt)) {
166 CHECK_EXPR(Assignment, Bounds(cache.kAsmInt)) {
186 CHECK_EXPR(Assignment, Bounds(cache.kAsmInt)) {
197 CHECK_EXPR(Assignment, Bounds(cache.kAsmDouble)) {
224 CHECK_EXPR(Assignment, Bound
[all...]
/external/clang/lib/Basic/
H A DOperatorPrecedence.cpp53 case tok::pipeequal: return prec::Assignment;
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mturk/
H A Dconnection.py359 Assignment
360 The assignment. The response includes one Assignment object.
374 [('Assignment', Assignment),
400 The ResultSet will contain zero or more Assignment objects
417 [('Assignment', Assignment)])
493 all submitted assignment data. Assignment results data cannot be
546 again. Assignment auto-approval will still happen on its
998 class Assignment(BaseAutoResultElemen class in inherits:BaseAutoResultElement
[all...]
/external/v8/src/parsing/
H A Dpattern-rewriter.cc60 Parser* parser, Assignment* assignment, Scope* scope) {
124 Assignment* assignment = factory()->NewAssignment(
283 Assignment* assignment =
300 Assignment* assignment =
336 Assignment* assign = node->expression()->AsAssignment();
691 void Parser::PatternRewriter::VisitAssignment(Assignment* node) {
727 Assignment* assignment =
H A Dpreparser.h139 static PreParserExpression Assignment() { function in class:v8::internal::PreParserExpression
502 return PreParserExpression::Assignment();
H A Dparser.cc2262 Assignment* assignment =
2746 Assignment* assign = factory()->NewAssignment(
2888 Assignment* tag_assign = factory()->NewAssignment(
3358 Assignment* assignment = factory()->NewAssignment(
3372 Assignment* assignment = factory()->NewAssignment(
3413 Assignment* assignment = factory()->NewAssignment(
3440 Assignment* assignment = factory()->NewAssignment(
3455 Assignment* assignment = factory()->NewAssignment(
3501 Assignment* assignment = factory()->NewAssignment(
4019 Assignment* assignmen
[all...]
/external/clang/unittests/ASTMatchers/Dynamic/
H A DVariantValueTest.cpp76 TEST(VariantValueTest, Assignment) {
/external/v8/src/ast/
H A Dast-expression-visitor.cc70 void AstExpressionVisitor::VisitAssignment(Assignment* expr) {
H A Dast.cc169 Assignment::Assignment(Zone* zone, Token::Value op, Expression* target, function in class:v8::internal::Assignment
180 void Assignment::AssignFeedbackVectorSlots(Isolate* isolate,
194 Token::Value Assignment::binary_op() const {
1020 void AstTraversalVisitor::VisitAssignment(Assignment* expr) {
H A Dast-numbering.cc346 void AstNumberingVisitor::VisitAssignment(Assignment* node) {
348 node->set_base_id(ReserveIdRange(Assignment::num_ids()));
H A Dast-expression-rewriter.cc277 void AstExpressionRewriter::VisitAssignment(Assignment* node) {
H A Dast-literal-reindexer.cc172 void AstLiteralReindexer::VisitAssignment(Assignment* node) {
H A Dast.h76 V(Assignment) \
2398 class Assignment final : public Expression {
2400 DECLARE_NODE_TYPE(Assignment)
2402 Assignment* AsSimpleAssignment() { return !is_compound() ? this : NULL; }
2452 Assignment(Zone* zone, Token::Value op, Expression* target, Expression* value,
3412 Assignment* NewAssignment(Token::Value op,
3417 Assignment* assign =
3418 new (local_zone_) Assignment(local_zone_, op, target, value, pos);
H A Dprettyprinter.cc289 void CallPrinter::VisitAssignment(Assignment* node) {
840 void PrettyPrinter::VisitAssignment(Assignment* node) {
1631 void AstPrinter::VisitAssignment(Assignment* node) {
/external/google-breakpad/src/common/
H A Dtest_assembler_unittest.cc80 TEST(Assignment, UnconstrainedToUnconstrained) {
91 TEST(Assignment, UnconstrainedToRelated) {
103 TEST(Assignment, UnconstrainedToKnown) {
116 TEST(Assignment, RelatedToUnconstrained) {
128 TEST(Assignment, RelatedToRelated) {
141 TEST(Assignment, RelatedToKnown) {
154 TEST(Assignment, KnownToUnconstrained) {
164 TEST(Assignment, KnownToRelated) {
177 TEST(Assignment, KnownToKnown) {
188 TEST(Assignment, ConstantToUnconstraine
[all...]
/external/llvm/unittests/ADT/
H A DSmallPtrSetTest.cpp19 TEST(SmallPtrSetTest, Assignment) {
/external/clang/lib/Format/
H A DContinuationIndenter.cpp204 Previous.getPrecedence() != prec::Assignment &&
378 ((Previous.getPrecedence() != prec::Assignment &&
790 (Previous->getPrecedence() == prec::Assignment &&
804 (Style.AlignOperands || *I < prec::Assignment) &&
817 if (Previous && Previous->getPrecedence() > prec::Assignment &&
844 // prec::Assignment) as those have different indentation rules. Indent
847 (!SkipFirstExtraIndent && *I > prec::Assignment &&
H A DTokenAnnotator.cpp833 if (Current.getPrecedence() == prec::Assignment &&
1323 Precedence == prec::Assignment && Current->is(tok::colon))) {
1370 return prec::Assignment;
1433 parse(prec::Assignment);
1437 parse(prec::Assignment);
2086 Right.getPrecedence() == prec::Assignment)
2352 Right.getPrecedence() != prec::Assignment))
2362 Left.getPrecedence() == prec::Assignment))
/external/v8/src/compiler/
H A Dast-loop-assignment-analyzer.cc276 void ALAA::VisitAssignment(Assignment* stmt) {
/external/ImageMagick/www/api/
H A Dquantize.php69 <p>The basic algorithm operates in three phases: Classification, Reduction, and Assignment. Classification builds a color description tree for the image. Reduction collapses the tree until the number it represents, at most, the number of colors desired in the output image. Assignment defines the output image's color map and sets each pixel's color by restorage_class in the reduced tree. Our goal is to minimize the numerical discrepancies between the original colors and quantized colors (quantization error).</p>
105 <dd> Assignment generates the output image from the pruned tree. The output </dd>
/external/v8/src/
H A Dtyping-asm.cc206 Assignment* expr = stmt->expression()->AsAssignment();
664 void AsmTyper::VisitAssignment(Assignment* expr) {
684 // Assignment to a local or context variable.
713 // Assignment to a property: should be a heap assignment {H[x] = y}.
831 FAIL(expr, "Assignment of floatish to Float64Array");
1468 struct Assignment { struct
1474 const Assignment math[] = {{"PI", kMathPI, double_type},
/external/v8/src/full-codegen/
H A Dfull-codegen.h624 void EmitNamedPropertyAssignment(Assignment* expr);
637 void EmitKeyedPropertyAssignment(Assignment* expr);
/external/clang/lib/Parse/
H A DParseExpr.cpp172 return ParseRHSOfBinaryExpression(LHS, prec::Assignment);
193 return ParseRHSOfBinaryExpression(R, prec::Assignment);
343 if (Tok.is(tok::code_completion) && NextTokPrec == prec::Assignment) {
384 // Assignment and conditional expressions are right-associative.
386 ThisPrec == prec::Assignment;
420 if (ThisPrec == prec::Assignment) {

Completed in 1913 milliseconds

123