Home
last modified time | relevance | path

Searched defs:Literal (Results 1 – 25 of 42) sorted by relevance

12

/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
Dp6.cpp16 struct Literal { struct
17 constexpr Literal() {} in Literal() function
38 constexpr int e = ConstexprMember<NonLiteral>().F(); // expected-error {{constant expression}} expe… argument
Dp3.cpp16 struct Literal { struct
17 constexpr Literal() {} in Literal() function
30 struct T : SS, NonLiteral { // expected-note {{base class 'NonLiteral' of non-literal type}} argument
Dp4.cpp16 struct Literal { struct
17 constexpr Literal() {} in Literal() argument
31 constexpr S(Literal) = delete; argument
/external/clang/lib/Sema/
DSemaStmtAsm.cpp97 StringLiteral *Literal = Constraints[i]; in ActOnGCCAsmStmt() local
129 StringLiteral *Literal = Constraints[i]; in ActOnGCCAsmStmt() local
192 StringLiteral *Literal = Clobbers[i]; in ActOnGCCAsmStmt() local
253 StringLiteral *Literal = Constraints[ConstraintIdx]; in ActOnGCCAsmStmt() local
/external/chromium_org/third_party/sqlite/src/test/
Dfuzz_common.tcl35 proc Literal {} { procedure
/external/clang/lib/Lex/
DPPExpressions.cpp220 NumericLiteralParser Literal(Spelling, PeekTok.getLocation(), PP); in EvaluateValue() local
286 CharLiteralParser Literal(ThisTok.begin(), ThisTok.end(), in EvaluateValue() local
DPreprocessor.cpp760 StringLiteralParser Literal(StrToks, *this); in FinishLexStringLiteral() local
783 NumericLiteralParser Literal(Spelling, Tok.getLocation(), *this); in parseSimpleIntegerLiteral() local
DPPDirectives.cpp958 StringLiteralParser Literal(StrTok, *this); in HandleLineDirective() local
1094 StringLiteralParser Literal(StrTok, *this); in HandleDigitDirective() local
/external/chromium_org/third_party/re2/re2/testing/
Dparse_test.cc258 TEST(TestParse, Literal) { in TEST() argument
/external/regex-re2/re2/testing/
Dparse_test.cc258 TEST(TestParse, Literal) { in TEST() argument
/external/clang/test/CXX/expr/expr.const/
Dp2-0x.cpp543 struct Literal { struct
544 constexpr Literal(const char *name) : name(name) {} in Literal() argument
545 const char *name;
/external/mesa3d/src/gallium/tools/trace/
Dmodel.py56 class Literal(Node): class
/external/chromium_org/tools/gn/
Dparser.cc209 scoped_ptr<ParseNode> Parser::Literal(Token token) { in Literal() function in Parser
Dparser_unittest.cc94 TEST(Parser, Literal) { in TEST() argument
/external/chromium_org/third_party/mesa/src/src/gallium/tools/trace/
Dmodel.py56 class Literal(Node): class
/external/chromium_org/third_party/re2/re2/
Dprefilter.cc398 Prefilter::Info* Prefilter::Info::Literal(Rune r) { in Literal() function in re2::Prefilter::Info
Dregexp.h274 Literal = 1<<1, // Treat s as literal string instead of a regexp. enumerator
Dcompile.cc691 Frag Compiler::Literal(Rune r, bool foldcase) { in Literal() function in re2::Compiler
/external/regex-re2/re2/
Dprefilter.cc406 Prefilter::Info* Prefilter::Info::Literal(Rune r) { in Literal() function in re2::Prefilter::Info
Dregexp.h274 Literal = 1<<1, // Treat s as literal string instead of a regexp. enumerator
Dcompile.cc690 Frag Compiler::Literal(Rune r, bool foldcase) { in Literal() function in re2::Compiler
/external/clang/lib/CodeGen/
DCodeGenModule.cpp2423 const StringLiteral *Literal, in GetConstantCFStringEntry()
2459 const StringLiteral *Literal, in GetConstantStringEntry()
2467 CodeGenModule::GetAddrOfConstantCFString(const StringLiteral *Literal) { in GetAddrOfConstantCFString()
2565 CodeGenModule::GetAddrOfConstantString(const StringLiteral *Literal) { in GetAddrOfConstantString()
/external/chromium_org/third_party/icu/source/test/intltest/
Dwbnf.cpp506 class Literal : public Pick { class
511 Literal(const char * s /*c-string*/){ in Literal() function in Literal
/external/chromium_org/v8/src/
Dparser.h396 typedef v8::internal::Literal* Literal; typedef
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DXPathParser.java2017 protected void Literal() throws javax.xml.transform.TransformerException in Literal() method in XPathParser

12