Home
last modified time | relevance | path

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

/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
Dp6.cpp16 struct Literal { struct
17 constexpr Literal() {} in Literal() argument
38 constexpr int e = ConstexprMember<NonLiteral>().F(); // expected-error {{constant expression}} argument
Dp3.cpp15 struct Literal { struct
16 constexpr Literal() {} in Literal() function
29 struct T : SS, NonLiteral { // expected-note {{base class 'NonLiteral' of non-literal type}} argument
Dp4.cpp15 struct Literal { struct
16 constexpr Literal() {} in Literal() argument
30 constexpr S(Literal) = delete; argument
/external/clang/lib/Lex/
DPPExpressions.cpp216 NumericLiteralParser Literal(Spelling, PeekTok.getLocation(), PP); in EvaluateValue() local
281 CharLiteralParser Literal(ThisTok.begin(), ThisTok.end(), in EvaluateValue() local
DPPDirectives.cpp859 StringLiteralParser Literal(&StrTok, 1, *this); in HandleLineDirective() local
995 StringLiteralParser Literal(&StrTok, 1, *this); in HandleDigitDirective() local
DPreprocessor.cpp770 StringLiteralParser Literal(&StrToks[0], StrToks.size(), *this); in FinishLexStringLiteral() local
/external/clang/lib/Sema/
DSemaStmtAsm.cpp110 StringLiteral *Literal = Constraints[i]; in ActOnGCCAsmStmt() local
139 StringLiteral *Literal = Constraints[i]; in ActOnGCCAsmStmt() local
197 StringLiteral *Literal = Clobbers[i]; in ActOnGCCAsmStmt() local
258 StringLiteral *Literal = Constraints[ConstraintIdx]; in ActOnGCCAsmStmt() local
DSemaExpr.cpp1353 StringLiteralParser Literal(StringToks, NumStringToks, PP); in ActOnStringLiteral() local
2643 CharLiteralParser Literal(ThisTok.begin(), ThisTok.end(), Tok.getLocation(), in ActOnCharacterConstant() local
2696 static Expr *BuildFloatingLiteral(Sema &S, NumericLiteralParser &Literal, in BuildFloatingLiteral()
2749 NumericLiteralParser Literal(TokSpelling, Tok.getLocation(), PP); in ActOnNumericConstant() local
4698 ExprResult Literal = DefaultLvalueConversion(exprs[0]); in BuildVectorLiteral() local
4720 ExprResult Literal = DefaultLvalueConversion(exprs[0]); in BuildVectorLiteral() local
6972 Expr *Literal; in diagnoseObjCLiteralComparison() local
DSemaChecking.cpp87 StringLiteral *Literal = dyn_cast<StringLiteral>(StrArg); in SemaBuiltinAnnotation() local
1289 StringLiteral *Literal = dyn_cast<StringLiteral>(Arg); in CheckObjCString() local
/external/regex-re2/re2/testing/
Dparse_test.cc258 TEST(TestParse, Literal) { in TEST() argument
/external/llvm/lib/Target/R600/InstPrinter/
DAMDGPUInstPrinter.cpp90 union Literal { in printLiteral() union
/external/clang/test/CXX/expr/expr.const/
Dp2-0x.cpp541 struct Literal { struct
542 constexpr Literal(const char *name) : name(name) {} in Literal() function
543 const char *name;
/external/clang/lib/CodeGen/
DCodeGenModule.cpp2160 const StringLiteral *Literal, in GetConstantCFStringEntry()
2196 const StringLiteral *Literal, in GetConstantStringEntry()
2204 CodeGenModule::GetAddrOfConstantCFString(const StringLiteral *Literal) { in GetAddrOfConstantCFString()
2314 CodeGenModule::GetAddrOfConstantString(const StringLiteral *Literal) { in GetAddrOfConstantString()
DCGExprConstant.cpp971 const StringLiteral *Literal = cast<StringLiteral>(Arg); in EmitLValue() local
/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/icu4c/test/intltest/
Dwbnf.cpp506 class Literal : public Pick { class
511 Literal(const char * s /*c-string*/){ in Literal() function in Literal
/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
/external/clang/lib/Parse/
DParseExprCXX.cpp1955 StringLiteralParser Literal(Toks.data(), Toks.size(), PP); in ParseUnqualifiedIdOperator() local
/external/v8/src/
Dast.h1212 DECLARE_NODE_TYPE(Literal) in DECLARE_NODE_TYPE() argument
1259 Literal(Isolate* isolate, Handle<Object> handle) in Literal() function
/external/clang/unittests/ASTMatchers/
DASTMatchersTest.cpp1754 StatementMatcher Literal = stringLiteral(); in TEST() local