/external/rust/crates/tokio-macros/src/ |
D | entry.rs | 53 fn set_flavor(&mut self, runtime: syn::Lit, span: Span) -> Result<(), syn::Error> { in set_flavor() 67 worker_threads: syn::Lit, in set_worker_threads() 85 fn set_start_paused(&mut self, start_paused: syn::Lit, span: Span) -> Result<(), syn::Error> { in set_start_paused() 139 fn parse_int(int: syn::Lit, span: Span, field: &str) -> Result<usize, syn::Error> { in parse_int() 155 fn parse_string(int: syn::Lit, span: Span, field: &str) -> Result<String, syn::Error> { in parse_string() 166 fn parse_bool(bool: syn::Lit, span: Span, field: &str) -> Result<bool, syn::Error> { in parse_bool() argument
|
/external/llvm-project/clang/unittests/Tooling/ |
D | RecursiveASTVisitorTestPostOrderVisitor.cpp | 43 bool VisitIntegerLiteral(IntegerLiteral *Lit) { in VisitIntegerLiteral()
|
/external/clang/unittests/AST/ |
D | PostOrderASTVisitor.cpp | 42 bool VisitIntegerLiteral(IntegerLiteral *Lit) { in VisitIntegerLiteral()
|
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
D | StringConstructorCheck.cpp | 160 const auto *Lit = Result.Nodes.getNodeAs<IntegerLiteral>("int"); in check() local
|
D | SuspiciousMissingCommaCheck.cpp | 22 const StringLiteral *Lit) { in isConcatenatedLiteralsOnPurpose()
|
/external/rust/crates/syn/src/ |
D | lit.rs | 707 pub fn Lit(marker: lookahead::TokenMarker) -> Lit { in Lit() argument 719 impl Parse for Lit { implementation 750 fn parse_negative_lit(neg: Punct, cursor: Cursor) -> Option<(Lit, Cursor)> { in parse_negative_lit() 932 impl Lit { impl
|
/external/rust/crates/syn/tests/ |
D | test_lit.rs | 10 fn lit(s: &str) -> Lit { in lit()
|
/external/llvm-project/clang/lib/AST/ |
D | OSLog.cpp | 203 const StringLiteral *Lit = cast<StringLiteral>(StringArg->IgnoreParenCasts()); in computeOSLogBufferLayout() local
|
D | Expr.cpp | 2191 const IntegerLiteral *Lit = dyn_cast<IntegerLiteral>(getInit(0)->IgnoreImplicit()); in isIdiomaticZeroInitializer() local 3702 const IntegerLiteral *Lit = dyn_cast<IntegerLiteral>(this); in isNullPointerConstant() local
|
/external/clang/test/CodeGenCXX/ |
D | const-init-cxx11.cpp | 223 struct Lit { struct 224 constexpr Lit() : n(5) {} in Lit() argument 225 int n;
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | const-init-cxx11.cpp | 223 struct Lit { struct 224 constexpr Lit() : n(5) {} in Lit() function 225 int n;
|
/external/llvm-project/clang/test/CXX/drs/ |
D | dr13xx.cpp | 272 struct Lit { constexpr operator int() const { return 0; } }; in operator int() struct
|
/external/rust/crates/serde_derive/src/internals/ |
D | attr.rs | 1593 lit: &'a syn::Lit, in get_lit_str2() 1619 lit: &syn::Lit, in parse_lit_into_expr_path() 1631 lit: &syn::Lit, in parse_lit_into_where() 1661 lit: &syn::Lit, in parse_lit_into_lifetimes()
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseObjc.cpp | 2793 ExprResult Lit(Actions.ActOnNumericConstant(Tok)); in ParseObjCAtExpression() local 3334 ExprResult Lit(ParseStringLiteralExpression()); in ParseObjCStringLiteral() local 3359 ExprResult Lit(Actions.ActOnCharacterConstant(Tok)); in ParseObjCCharacterLiteral() local 3373 ExprResult Lit(Actions.ActOnNumericConstant(Tok)); in ParseObjCNumericLiteral() local
|
/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 2807 ExprResult Lit(Actions.ActOnNumericConstant(Tok)); in ParseObjCAtExpression() local 3341 ExprResult Lit(ParseStringLiteralExpression()); in ParseObjCStringLiteral() local 3366 ExprResult Lit(Actions.ActOnCharacterConstant(Tok)); in ParseObjCCharacterLiteral() local 3380 ExprResult Lit(Actions.ActOnNumericConstant(Tok)); in ParseObjCNumericLiteral() local
|
/external/llvm-project/clang-tools-extra/clang-tidy/readability/ |
D | SimplifyBooleanExprCheck.cpp | 653 if (const Expr *Lit = stmtReturnsBool(If, Negated)) { in replaceCompoundReturnWithCondition() local
|
/external/rust/crates/syn/src/gen/ |
D | eq.rs | 1317 impl Eq for Lit {} implementation 1319 impl PartialEq for Lit { implementation
|
D | clone.rs | 1321 impl Clone for Lit { implementation
|
D | hash.rs | 1672 impl Hash for Lit { implementation
|
D | visit_mut.rs | 440 fn visit_lit_mut(&mut self, i: &mut Lit) { in visit_lit_mut()
|
D | fold.rs | 437 fn fold_lit(&mut self, i: Lit) -> Lit { in fold_lit()
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 1650 StringLiteral *Lit = StringLiteral::Create(Context, Literal.GetString(), in ActOnStringLiteral() local 3156 Expr *Lit = new (Context) CharacterLiteral(Literal.getValue(), Kind, Ty, in ActOnCharacterConstant() local 3308 Expr *Lit; in ActOnNumericConstant() local 3330 Expr *Lit = StringLiteral::Create( in ActOnNumericConstant() local
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 2213 static APSInt extractStringLiteralCharacter(EvalInfo &Info, const Expr *Lit, in extractStringLiteralCharacter() 2233 static void expandStringLiteral(EvalInfo &Info, const Expr *Lit, in expandStringLiteral() 2916 APValue Lit; in handleLValueToRValueConversion() local
|
D | Expr.cpp | 3228 const IntegerLiteral *Lit = dyn_cast<IntegerLiteral>(this); in isNullPointerConstant() local
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExpr.cpp | 1852 StringLiteral *Lit = StringLiteral::Create(Context, Literal.GetString(), in ActOnStringLiteral() local 3566 Expr *Lit = new (Context) CharacterLiteral(Literal.getValue(), Kind, Ty, in ActOnCharacterConstant() local 3724 Expr *Lit; in ActOnNumericConstant() local 3746 Expr *Lit = StringLiteral::Create( in ActOnNumericConstant() local
|