Searched defs:literal (Results 26 - 50 of 61) sorted by relevance

123

/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DJavaExpression.java132 * The Java literal representing the type (e.g. "int", "boolean", "Value")
300 * A JavaExpression to represent boolean literal values ('true' or 'false').
330 return literal(Type.INT, value);
337 return literal(Type.INT, String.valueOf(value));
344 return literal(Type.BOOLEAN, value ? "true" : "false");
476 * A literal expression (e.g. anything!). This method injects whatever string it is given into the
480 public static JavaExpression literal(Type type, final String value) { method in class:JavaExpression
/external/srec/srec/ca/
H A Dsyn_srec.c336 char literal[512]; local
339 rc = FST_CheckPath(context, transcription, literal, max_literal_len);
340 if (rc == 0) strcpy((char*)transcription, literal);
/external/v8/src/
H A Dpreparse-data.h47 // Logs the scope and some details of a function literal in the source.
54 // Logs a symbol creation of a literal or identifier.
55 virtual void LogAsciiSymbol(int start, Vector<const char> literal) { } argument
56 virtual void LogUtf16Symbol(int start, Vector<const uc16> literal) { } argument
151 virtual void LogAsciiSymbol(int start, Vector<const char> literal) { } argument
152 virtual void LogUtf16Symbol(int start, Vector<const uc16> literal) { } argument
168 virtual void LogAsciiSymbol(int start, Vector<const char> literal) { argument
170 int hash = vector_hash(literal);
171 LogSymbol(start, hash, true, Vector<const byte>::cast(literal));
174 virtual void LogUtf16Symbol(int start, Vector<const uc16> literal) { argument
[all...]
H A Dcompiler.cc705 Handle<SharedFunctionInfo> Compiler::BuildFunctionInfo(FunctionLiteral* literal, argument
709 info.SetFunction(literal);
710 info.SetScope(literal->scope());
711 info.SetLanguageMode(literal->scope()->language_mode());
713 LiveEditFunctionTracker live_edit_tracker(info.isolate(), literal);
719 bool allow_lazy = literal->AllowsLazyCompilation() &&
738 FACTORY->NewSharedFunctionInfo(literal->name(),
739 literal->materialized_literal_count(),
742 SetFunctionInfo(result, literal, false, script);
749 literal
[all...]
H A Dcompiler.h97 void SetFunction(FunctionLiteral* literal) { argument
99 function_ = literal;
232 // The scope of the function literal as a convenience. Set to indicate
H A Dscanner.cc693 LiteralScope literal(this);
706 literal.Complete();
724 LiteralScope literal(this);
757 // Octal literal finished.
791 // The source character immediately following a numeric literal must
798 literal.Complete();
926 LiteralScope literal(this);
937 return ScanIdentifierSuffix(&literal);
953 return ScanIdentifierSuffix(&literal);
956 literal
970 ScanIdentifierSuffix(LiteralScope* literal) argument
[all...]
H A Dprettyprinter.cc355 Literal* literal = key->AsLiteral(); local
356 if (literal != NULL && literal->handle()->IsSymbol()) {
360 PrintLiteral(literal->handle(), false);
564 Print("<unknown literal %p>", object);
937 // We don't want to see the function literal in this case: it
1054 Literal* literal = node->key()->AsLiteral(); local
1055 if (literal != NULL && literal->handle()->IsSymbol()) {
1056 PrintLiteralIndented("NAME", literal
[all...]
H A Dast.cc249 Literal* literal = property->key(); local
250 if (literal->handle()->IsNull()) continue;
251 uint32_t hash = literal->Hash();
255 table.Lookup(literal, hash, false) != NULL) {
259 table.Lookup(literal, hash, true);
317 // Check for the pattern: typeof <expression> equals <string literal>.
347 // Check for the pattern: void <literal> equals <expression>
644 // undefined expression or literal? Revisit this code if this
H A Dfull-codegen.h383 // Try to perform a comparison as a fast inlined literal compare if
389 // a given literal string.
629 // location, as a literal, or on top of the stack) into the result
820 Iterator lookup(Literal* literal) { argument
821 Iterator it = find(literal, true);
H A Ddeoptimizer.cc832 Object* literal = ComputeLiteral(iterator->Next()); local
837 literal->ShortPrint();
838 PrintF(" ; literal\n");
840 intptr_t value = reinterpret_cast<intptr_t>(literal);
1586 it.Skip(1); // literal id
H A Dparser.cc706 // Parse the function literal.
1010 Literal* literal = property->key()->AsLiteral(); local
1012 if (literal != NULL &&
1013 literal->handle()->IsString() &&
1014 !String::cast(*(literal->handle()))->Equals(
1016 !String::cast(*(literal->handle()))->AsArrayIndex(&dummy)) {
1017 Handle<String> key = Handle<String>::cast(literal->handle());
1023 Literal* literal = assignment->value()->AsLiteral(); local
1024 AssignmentFromConstant(key, literal->handle());
1134 Literal* literal; local
3246 Handle<Object> literal = expression->AsLiteral()->handle(); local
3962 Literal* literal = property->key(); local
4303 LogAsciiSymbol(int start, Vector<const char> literal) argument
4304 LogUtf16Symbol(int start, Vector<const uc16> literal) argument
[all...]
H A Dhydrogen.cc2919 // We only optimize switch statements with smi-literal smi comparisons,
2948 return Bailout("SwitchStatement: non-literal switch label");
3669 // Determines whether the given array or object literal boilerplate satisfies
3736 HInstruction* literal; local
3748 literal = new(zone()) HFastLiteral(context,
3754 literal = new(zone()) HObjectLiteral(context,
3764 PushAndAdd(literal);
3785 HInstruction* store = BuildStoreNamed(literal, value, property);
3797 return Bailout("Object literal with complex property");
3824 HInstruction* literal; local
6805 Literal* literal = expr->right()->AsLiteral(); local
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DCompiler.java164 expr = literal(opPos); break;
495 * Compile a literal string value.
503 protected Expression literal(int opPos) method in class:Compiler
512 * Compile a literal number value.
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h194 /// \param CL the compound literal expression (the binding key)
239 Loc getLValue(const CompoundLiteralExpr *literal,
641 inline Loc ProgramState::getLValue(const CompoundLiteralExpr *literal, argument
643 return getStateManager().StoreMgr->getLValueCompoundLiteral(literal, LC);
/external/regex-re2/re2/
H A Dre2.h480 // literal (false) interpret string as literal, not regexp
568 bool literal() const { return literal_; } function in class:re2::RE2::Options
/external/icu4c/common/
H A Duniset_props.cpp550 UBool literal = FALSE; local
572 c = chars.next(opts, literal, ec);
575 if (c == 0x5B /*'['*/ && !literal) {
584 c = chars.next(opts, literal, ec);
586 if (c == 0x5E /*'^'*/ && !literal) {
590 c = chars.next(opts, literal, ec);
596 literal = TRUE;
597 // Fall through to handle literal '-' below
700 if (!literal) {
707 // Treat final trailing '-' as a literal
1233 UBool result = FALSE, literal; local
[all...]
/external/libxslt/libxslt/
H A Dtransform.c620 xmlNodePtr node, xmlNodePtr insert, int literal);
1231 * @isLRE: is this a literal result element list
1644 * @literal: indicates if @node is a Literal Result Element
1648 * For literal result element, some of the namespaces may not be copied
1656 xmlNodePtr insert, int literal)
1658 return(xsltCopyTreeInternal(ctxt, node, node, insert, literal, 0));
2302 "xsltApplySequenceConstructor: copy literal result "
2315 "Failed to copy literal result element '%s'.\n",
2403 * SPEC XSLT 2.0 "Each attribute of the literal result
1655 xsltCopyTree(xsltTransformContextPtr ctxt, xmlNodePtr node, xmlNodePtr insert, int literal) argument
/external/clang/lib/CodeGen/
H A DCGBlocks.cpp149 /// Function pointer generated from block literal.
152 /// Block description metadata generated from block literal.
609 /// Emit a block literal expression in the current function.
659 // Initialize the block literal.
699 // block literal.
851 // Get a pointer to the generic block literal.
855 // Bitcast the callee to a block literal.
857 Builder.CreateBitCast(Callee, BlockLiteralTy, "block.literal");
859 // Get the function pointer from the literal.
864 // Add the block literal
980 llvm::GlobalVariable *literal = local
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DGrammar.java82 /** Given a char, we need to be able to show as an ANTLR literal.
452 "<literals:{it | <it.ruleName> : <it.literal> ;\n}>\n" +
1403 // only record if nothing there before or if thing before was a literal
1627 String literal,
1631 //System.out.println("defineLexerRuleForAliasedStringLiteral: "+literal+" "+tokenType);
1632 lexerGrammarST.addAggr("literals.{ruleName,type,literal}",
1635 literal);
1641 public void defineLexerRuleForStringLiteral(String literal, int tokenType) { argument
1642 //System.out.println("defineLexerRuleForStringLiteral: "+literal+" "+tokenType);
1644 String tokenID = computeTokenNameFromLiteral(tokenType,literal);
1626 defineLexerRuleForAliasedStringLiteral(String tokenID, String literal, int tokenType) argument
2128 getCharValueFromGrammarCharLiteral(String literal) argument
2171 getUnescapedStringFromGrammarStringLiteral(String literal) argument
3135 computeTokenNameFromLiteral(int tokenType, String literal) argument
[all...]
/external/icu4c/i18n/
H A Dsmpdtfmt.cpp860 // Consecutive single quotes are a single quote literal,
2007 // Handle literal pattern characters. These are any
2304 UnicodeString literal; local
2307 // scan pattern looking for contiguous literal characters
2316 // Match a quote literal ('') inside OR outside of quotes
2325 literal += ch;
2328 // at this point, literal contains the literal text
2329 // and i is the index of the next non-literal pattern character.
2335 // the literal tex
[all...]
/external/libxml2/
H A Dparser.c2424 * - Included in literal in entity values
2465 * substitution here since we need the literal
3657 * When a parameter entity reference appears in a literal entity
3660 * terminate the literal.
3982 * parsed entity or the literal entity value of an internal parsed entity
4083 * parse an XML public literal
5146 xmlChar *URI = NULL, *literal = NULL; local
5205 URI = xmlParseExternalID(ctxt, &literal, 1);
5206 if ((URI == NULL) && (literal == NULL)) {
5234 literal, UR
[all...]
/external/v8/src/arm/
H A Dlithium-codegen-arm.cc325 Handle<Object> literal = chunk_->LookupLiteral(const_op); local
328 ASSERT(literal->IsNumber());
329 __ mov(scratch, Operand(static_cast<int32_t>(literal->Number())));
334 if (literal->IsSmi()) {
335 __ mov(scratch, Operand(literal));
337 __ LoadHeapObject(scratch, Handle<HeapObject>::cast(literal));
363 Handle<Object> literal = chunk_->LookupLiteral(const_op); local
366 ASSERT(literal->IsNumber());
367 __ mov(ip, Operand(static_cast<int32_t>(literal->Number())));
389 Handle<Object> literal local
418 Handle<Object> literal = chunk_->LookupLiteral(const_op); local
553 Handle<Object> literal = chunk()->LookupLiteral(LConstantOperand::cast(op)); local
713 DefineDeoptimizationLiteral(Handle<Object> literal) argument
[all...]
/external/v8/src/ia32/
H A Dlithium-codegen-ia32.cc319 Handle<Object> literal = chunk_->LookupLiteral(op); local
321 return literal;
442 Handle<Object> literal = chunk()->LookupLiteral(LConstantOperand::cast(op)); local
443 int src_index = DefineDeoptimizationLiteral(literal);
502 Handle<Object> literal = local
504 __ LoadHeapObject(esi, Handle<Context>::cast(literal));
636 int LCodeGen::DefineDeoptimizationLiteral(Handle<Object> literal) { argument
639 if (deoptimization_literals_[i].is_identical_to(literal)) return i;
641 deoptimization_literals_.Add(literal);
1913 // The class name we are testing against is a symbol because it's a literal
[all...]
/external/v8/src/mips/
H A Dlithium-codegen-mips.cc295 Handle<Object> literal = chunk_->LookupLiteral(const_op); local
298 ASSERT(literal->IsNumber());
299 __ li(scratch, Operand(static_cast<int32_t>(literal->Number())));
304 if (literal->IsSmi()) {
305 __ li(scratch, Operand(literal));
307 __ LoadHeapObject(scratch, Handle<HeapObject>::cast(literal));
333 Handle<Object> literal = chunk_->LookupLiteral(const_op); local
336 ASSERT(literal->IsNumber());
337 __ li(at, Operand(static_cast<int32_t>(literal->Number())));
357 Handle<Object> literal local
386 Handle<Object> literal = chunk_->LookupLiteral(const_op); local
521 Handle<Object> literal = chunk()->LookupLiteral(LConstantOperand::cast(op)); local
676 DefineDeoptimizationLiteral(Handle<Object> literal) argument
[all...]
/external/v8/src/x64/
H A Dlithium-codegen-x64.cc338 Handle<Object> literal = chunk_->LookupLiteral(op); local
340 return literal;
442 Handle<Object> literal = chunk()->LookupLiteral(LConstantOperand::cast(op)); local
443 int src_index = DefineDeoptimizationLiteral(literal);
595 int LCodeGen::DefineDeoptimizationLiteral(Handle<Object> literal) { argument
598 if (deoptimization_literals_[i].is_identical_to(literal)) return i;
600 deoptimization_literals_.Add(literal);
1870 // The class name we are testing against is a symbol because it's a literal.
4134 // Deopt if the array literal boilerplate ElementsKind is of a type different
4280 // Allocate all objects that are part of the literal i
[all...]

Completed in 439 milliseconds

123