Home
last modified time | relevance | path

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

123

/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() function
30 struct T : SS, NonLiteral { argument
Dp4.cpp16 struct Literal { struct
17 constexpr Literal() {} in Literal() argument
31 constexpr S(Literal) = delete; argument
/external/v8/src/interpreter/
Dbytecode-flags.h14 class Literal; variable
/external/tensorflow/tensorflow/compiler/xla/
Dtest_helpers.h38 class Literal; variable
Dliteral.h54 class Literal; variable
751 Literal() : Literal(ShapeUtil::MakeNil()) {} in Literal() function
Dliteral.cc107 Literal::Literal(const Shape& shape) in Literal() function in xla::Literal
145 Literal::Literal(const Shape& shape, bool allocate_arrays) in Literal() function in xla::Literal
173 Literal::Literal(Literal&& other) : MutableLiteralBase() { in Literal() function in xla::Literal
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Disassembler/
DAMDGPUDisassembler.h46 mutable uint32_t Literal; variable
/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/llvm-7.0/llvm/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/syzkaller/vendor/github.com/ianlancetaylor/demangle/
Dast.go2321 type Literal struct { struct
2322 Type AST
2323 Val string
2324 Neg bool
2346 func (l *Literal) print(ps *printState) {
2386 func (l *Literal) Traverse(fn func(AST) bool) {
2392 func (l *Literal) Copy(fn func(AST) AST, skip func(AST) bool) AST {
2407 func (l *Literal) GoString() string {
2411 func (l *Literal) goString(indent int, field string) string {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.cpp830 bool isInlinableLiteral64(int64_t Literal, bool HasInv2Pi) { in isInlinableLiteral64()
847 bool isInlinableLiteral32(int32_t Literal, bool HasInv2Pi) { in isInlinableLiteral32()
873 bool isInlinableLiteral16(int16_t Literal, bool HasInv2Pi) { in isInlinableLiteral16()
892 bool isInlinableLiteralV216(int32_t Literal, bool HasInv2Pi) { in isInlinableLiteralV216()
/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/eigen/Eigen/src/SVD/
DUpperBidiagonalization.h163 typedef typename NumTraits<RealScalar>::Literal Literal; in upperbidiagonalization_blocked_helper() typedef
/external/vixl/src/aarch32/
Dlocation-aarch32.h359 explicit Literal(const T& value, DeletionPolicy deletion_policy) in Literal() function
/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/cldr/tools/java/org/unicode/cldr/util/
DPick.java466 private static class Literal extends FinalPick { class in Pick
471 private Literal(String source) { in Literal() method in Pick.Literal
/external/v8/src/ast/
Dast.h1102 Literal(int smi, int position) : Expression(position, kLiteral), smi_(smi) { in Literal() function
1106 Literal(double number, int position) in Literal() function
1111 Literal(AstBigInt bigint, int position) in Literal() function
1116 Literal(const AstRawString* string, int position) in Literal() function
1121 Literal(AstSymbol symbol, int position) in Literal() function
1126 Literal(bool boolean, int position) in Literal() function
1131 Literal(Type type, int position) : Expression(position, kLiteral) { in Literal() function
/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()

123