Home
last modified time | relevance | path

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

12

/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}} expe… argument
Dp3.cpp16 struct Literal { struct
17 constexpr Literal() {} in Literal() argument
30 struct T : SS, NonLiteral { argument
Dp4.cpp16 struct Literal { struct
17 constexpr Literal() {} in Literal() argument
31 constexpr S(Literal) = delete; argument
/external/clang/lib/Sema/
DSemaStmtAsm.cpp168 StringLiteral *Literal = Constraints[i]; in ActOnGCCAsmStmt() local
247 StringLiteral *Literal = Constraints[i]; in ActOnGCCAsmStmt() local
337 StringLiteral *Literal = Clobbers[i]; in ActOnGCCAsmStmt() local
386 StringLiteral *Literal = Constraints[ConstraintIdx]; in ActOnGCCAsmStmt() local
/external/clang/lib/Lex/
DPPExpressions.cpp268 NumericLiteralParser Literal(Spelling, PeekTok.getLocation(), PP); in EvaluateValue() local
337 CharLiteralParser Literal(ThisTok.begin(), ThisTok.end(), in EvaluateValue() local
DPreprocessor.cpp842 StringLiteralParser Literal(StrToks, *this); in FinishLexStringLiteral() local
865 NumericLiteralParser Literal(Spelling, Tok.getLocation(), *this); in parseSimpleIntegerLiteral() local
DPPDirectives.cpp1180 StringLiteralParser Literal(StrTok, *this); in HandleLineDirective() local
1316 StringLiteralParser Literal(StrTok, *this); in HandleDigitDirective() local
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFormatVariadic.h45 enum class ReplacementType { Empty, Format, Literal }; enumerator
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitCodes.h115 Literal = 0, // Value is literal value. enumerator
/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() function
545 const char *name;
/external/eigen/Eigen/src/SVD/
DUpperBidiagonalization.h163 typedef typename NumTraits<RealScalar>::Literal Literal; in upperbidiagonalization_blocked_helper() typedef
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVEntry.cpp270 SPIRVEntry::addDecorate(Decoration Kind, SPIRVWord Literal) { in addDecorate()
317 SPIRVWord Literal) { in addMemberDecorate()
/external/mesa3d/src/gallium/tools/trace/
Dmodel.py58 class Literal(Node): class
/external/regex-re2/re2/
Dregexp.h274 Literal = 1<<1, // Treat s as literal string instead of a regexp. enumerator
Dprefilter.cc406 Prefilter::Info* Prefilter::Info::Literal(Rune r) { in Literal() function in re2::Prefilter::Info
Dcompile.cc690 Frag Compiler::Literal(Rune r, bool foldcase) { in Literal() function in re2::Compiler
/external/clang/lib/CodeGen/
DCodeGenModule.cpp3056 const StringLiteral *Literal, bool TargetIsLSB, in GetConstantCFStringEntry()
3091 const StringLiteral *Literal, unsigned &StringLength) { in GetConstantStringEntry()
3098 CodeGenModule::GetAddrOfConstantCFString(const StringLiteral *Literal) { in GetAddrOfConstantCFString()
3229 CodeGenModule::GetAddrOfConstantString(const StringLiteral *Literal) { in GetAddrOfConstantString()
DCGExprConstant.cpp1077 const StringLiteral *Literal = cast<StringLiteral>(Arg); in EmitLValue() local
/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/libmojo/third_party/jinja2/
Dnodes.py425 class Literal(Expr): class
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h520 Literal(const clang::Expr *C) in Literal() function
523 Literal(ValueType VT) : SExpr(COP_Literal), ValType(VT), Cexpr(nullptr) {} in Literal() function
524 Literal(const Literal &L) : SExpr(L), ValType(L.ValType), Cexpr(L.Cexpr) {} in Literal() function
/external/lzma/C/
DLzmaDec.c114 #define Literal (RepLenCoder + kNumLenProbs) macro
/external/python/cpython2/Lib/
Dimaplib.py101 Literal = re.compile(r'.*{(?P<size>\d+)}$') variable
/external/llvm/lib/Target/Mips/
DMipsConstantIslandPass.cpp1674 MachineOperand& Literal = I->getOperand(1); in prescanForConstants() local

12