HomeSort by relevance Sort by last modified time
    Searched refs:Literal (Results 26 - 50 of 87) sorted by null

12 3 4

  /external/clang/lib/Lex/
PPDirectives.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
  /external/chromium_org/third_party/lzma_sdk/
LzmaDec.c 105 #define Literal (RepLenCoder + kNumLenProbs)
112 #if Literal != LZMA_BASE_SIZE
165 prob = probs + Literal;
509 prob = probs + Literal;
709 UInt32 numProbs = Literal + ((UInt32)LZMA_LIT_SIZE << (p->prop.lc + p->prop.lp));
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaDec.c 106 #define Literal (RepLenCoder + kNumLenProbs)
113 #if Literal != LZMA_BASE_SIZE
166 prob = probs + Literal;
510 prob = probs + Literal;
710 UInt32 numProbs = Literal + ((UInt32)LZMA_LIT_SIZE << (p->prop.lc + p->prop.lp));
  /external/lzma/C/
LzmaDec.c 105 #define Literal (RepLenCoder + kNumLenProbs)
112 #if Literal != LZMA_BASE_SIZE
165 prob = probs + Literal;
509 prob = probs + Literal;
709 UInt32 numProbs = Literal + ((UInt32)LZMA_LIT_SIZE << (p->prop.lc + p->prop.lp));
  /external/chromium_org/third_party/mesa/src/src/gallium/tools/trace/
model.py 56 class Literal(Node):
155 self.formatter.literal('NULL')
164 self.formatter.literal('"' + node.value + '"')
167 self.formatter.literal(repr(node.value))
170 self.formatter.literal(node.name)
  /external/chromium_org/third_party/re2/re2/
compile.cc 210 Frag Literal(Rune r, bool foldcase);
691 Frag Compiler::Literal(Rune r, bool foldcase) {
765 return Literal(re->rune(), re->parse_flags()&Regexp::FoldCase);
773 Frag f1 = Literal(re->runes()[i], re->parse_flags()&Regexp::FoldCase);
    [all...]
regexp.h 274 Literal = 1<<1, // Treat s as literal string instead of a regexp.
478 // Simplifies an alternation of literal strings by factoring out
566 Rune rune_; // Literal
  /external/chromium_org/v8/src/
prettyprinter.cc 317 void PrettyPrinter::VisitLiteral(Literal* node) {
381 Literal* literal = key->AsLiteral(); local
382 if (literal != NULL && literal->value()->IsInternalizedString()) {
386 PrintLiteral(literal->value(), false);
590 Print("<unknown literal %p>", object);
823 IndentedScope indent(this, "MODULE LITERAL");
974 IndentedScope indent(this, "FUNC LITERAL");
978 // We don't want to see the function literal in this case: i
1104 Literal* literal = node->key()->AsLiteral(); local
    [all...]
parser.h 340 // Reports whether the pattern might be used as a literal search string.
458 // function literal. Returns false (and deallocates any allocated AST
531 // Used to assign an index to each literal that needs materialization in
677 // literal.
688 // If the expression is a literal, return the literal value;
689 // if the expression is a materialized literal and is simple return a
691 // Otherwise, return undefined literal as the placeholder
692 // in the object literal boilerplate.
770 Literal* GetLiteralUndefined()
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.el_1.0.0.v201004212143.jar 
  /external/llvm/lib/Target/R600/InstPrinter/
AMDGPUInstPrinter.cpp 94 union Literal {
  /external/mesa3d/src/gallium/tools/trace/
model.py 56 class Literal(Node):
155 self.formatter.literal('NULL')
164 self.formatter.literal('"' + node.value + '"')
167 self.formatter.literal(repr(node.value))
170 self.formatter.literal(node.name)
  /external/regex-re2/re2/
compile.cc 209 Frag Literal(Rune r, bool foldcase);
690 Frag Compiler::Literal(Rune r, bool foldcase) {
764 return Literal(re->rune(), re->parse_flags()&Regexp::FoldCase);
772 Frag f1 = Literal(re->runes()[i], re->parse_flags()&Regexp::FoldCase);
    [all...]
regexp.h 274 Literal = 1<<1, // Treat s as literal string instead of a regexp.
478 // Simplifies an alternation of literal strings by factoring out
566 Rune rune_; // Literal
  /external/v8/src/
prettyprinter.cc 297 void PrettyPrinter::VisitLiteral(Literal* node) {
355 Literal* literal = key->AsLiteral(); local
356 if (literal != NULL && literal->handle()->IsSymbol()) {
360 PrintLiteral(literal->handle(), false);
564 Print("<unknown literal %p>", object);
933 IndentedScope indent(this, "FUNC LITERAL");
937 // We don't want to see the function literal in this case: it
946 IndentedScope indent(this, "FUNC LITERAL");
1054 Literal* literal = node->key()->AsLiteral(); local
    [all...]
parser.h 170 // function literal. Returns false (and deallocates any allocated AST
346 // Reports whether the pattern might be used as a literal search string.
518 // Used to assign an index to each literal that needs materialization in
646 // literal.
654 // Populate the literals fixed array for a materialized array literal.
662 // If the expression is a literal, return the literal value;
663 // if the expression is a materialized literal and is simple return a
665 // Otherwise, return undefined literal as the placeholder
666 // in the object literal boilerplate
    [all...]
parser.cc 706 // Parse the function literal.
881 Literal* key1 = p1->key()->AsLiteral();
882 Literal* key2 = p2->key()->AsLiteral();
1010 Literal* literal = property->key()->AsLiteral(); local
1023 Literal* literal = assignment->value()->AsLiteral(); local
1134 Literal* literal; local
3246 Handle<Object> literal = expression->AsLiteral()->handle(); local
3962 Literal* literal = property->key(); local
    [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
CodeGenModule.h 680 /// getGenericBlockLiteralType - The type of a generic block literal.
689 llvm::Constant *GetAddrOfConstantCFString(const StringLiteral *Literal);
694 llvm::Constant *GetAddrOfConstantString(const StringLiteral *Literal);
701 /// for the given string literal.
709 /// containing the literal. This contents are exactly that of the given
723 /// containing the literal and a terminating '\0' character. The result has
733 /// variable for the given file-scope compound literal expression.
    [all...]
CGExprConstant.cpp     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urlparse.py 8 RFC 2732 : "Format for Literal IPv6 Addresses in URL's by R.Hinden, B.Carpenter
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urlparse.py 8 RFC 2732 : "Format for Literal IPv6 Addresses in URL's by R.Hinden, B.Carpenter
  /bootable/recovery/edify/
expr.c 323 Value* Literal(const char* name, State* state, int argc, Expr* argv[]) {

Completed in 1400 milliseconds

12 3 4