/external/llvm/test/Transforms/LoopStrengthReduce/ |
D | pr3086.ll | 5 %struct.Cls = type { i32, i8, [2 x %struct.Cls*], [2 x %struct.Lit*] } 6 %struct.Lit = type { i8 } 13 %0 = load %struct.Lit*, %struct.Lit** %storemerge, align 8 ; <%struct.Lit*> [#uses=0] 19 …%storemerge = getelementptr %struct.Lit*, %struct.Lit** null, i64 %storemerge.rec ; <%struct.Lit*… 20 %1 = icmp ugt %struct.Lit** null, %storemerge ; <i1> [#uses=1]
|
/external/clang/test/CodeGenCXX/ |
D | const-init-cxx11.cpp | 223 struct Lit { struct 224 constexpr Lit() : n(5) {} in Lit() function 231 const Lit &lit = Lit(); 236 const Lit &lit2 = {};
|
/external/llvm/test/Transforms/LoopRotate/ |
D | 2009-01-25-SingleEntryPhi.ll | 5 %struct.Cls = type { i32, i8, [2 x %struct.Cls*], [2 x %struct.Lit*] } 6 %struct.Lit = type { i8 }
|
/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 2072 ExprResult Lit(Actions.ActOnNumericConstant(Tok)); in ParseObjCAtExpression() local 2073 if (Lit.isInvalid()) { in ParseObjCAtExpression() 2074 return Lit; in ParseObjCAtExpression() 2078 Lit = Actions.ActOnUnaryOp(getCurScope(), OpLoc, Kind, Lit.get()); in ParseObjCAtExpression() 2079 if (Lit.isInvalid()) in ParseObjCAtExpression() 2080 return Lit; in ParseObjCAtExpression() 2083 Actions.BuildObjCNumericLiteral(AtLoc, Lit.get())); in ParseObjCAtExpression() 2593 ExprResult Lit(ParseStringLiteralExpression()); in ParseObjCStringLiteral() local 2594 if (Lit.isInvalid()) in ParseObjCStringLiteral() 2595 return Lit; in ParseObjCStringLiteral() [all …]
|
/external/clang/test/ |
D | CMakeLists.txt | 2 # for use by Lit, and delegates to LLVM's lit test handlers.
|
/external/llvm/test/CodeGen/ARM/ |
D | none-macho.ll | 12 ; Lit-pool entries need to produce a "$non_lazy_ptr" version of the symbol.
|
/external/libcxxabi/ |
D | CMakeLists.txt | 74 # Seek installed Lit.
|
/external/llvm/docs/ |
D | Projects.rst | 89 :doc:`Lit <CommandGuide/lit>` testing tool. This test procedure uses ``RUN``
|
D | TestingGuide.rst | 48 the :doc:`Lit <CommandGuide/lit>` testing tool (which is part of LLVM), and 188 only directories does not need the ``lit.local.cfg`` file. Read the :doc:`Lit
|
D | CMake.rst | 304 then Lit seeks tools according to %PATH%. Lit can find tools(eg. grep, sort,
|
D | MakefileGuide.rst | 327 project. The LLVM project itself uses the :doc:`Lit <CommandGuide/lit>` testing
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 2033 static APSInt extractStringLiteralCharacter(EvalInfo &Info, const Expr *Lit, in extractStringLiteralCharacter() argument 2036 if (auto PE = dyn_cast<PredefinedExpr>(Lit)) in extractStringLiteralCharacter() 2037 Lit = PE->getFunctionName(); in extractStringLiteralCharacter() 2038 const StringLiteral *S = cast<StringLiteral>(Lit); in extractStringLiteralCharacter() 2053 static void expandStringLiteral(EvalInfo &Info, const Expr *Lit, in expandStringLiteral() argument 2055 const StringLiteral *S = cast<StringLiteral>(Lit); in expandStringLiteral() 2727 APValue Lit; in handleLValueToRValueConversion() local 2728 if (!Evaluate(Lit, Info, CLE->getInitializer())) in handleLValueToRValueConversion() 2730 CompleteObject LitObj(&Lit, Base->getType()); in handleLValueToRValueConversion()
|
D | Expr.cpp | 3275 const IntegerLiteral *Lit = dyn_cast<IntegerLiteral>(this); in isNullPointerConstant() local 3276 if (Lit && !Lit->getValue()) in isNullPointerConstant()
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 1554 StringLiteral *Lit = StringLiteral::Create(Context, Literal.GetString(), in ActOnStringLiteral() local 1559 return Lit; in ActOnStringLiteral() 1593 Expr *Args[] = { Lit, LenArg }; in ActOnStringLiteral() 1609 for (unsigned I = 0, N = Lit->getLength(); I != N; ++I) { in ActOnStringLiteral() 1610 Value = Lit->getCodeUnit(I); in ActOnStringLiteral() 3095 Expr *Lit = new (Context) CharacterLiteral(Literal.getValue(), Kind, Ty, in ActOnCharacterConstant() local 3099 return Lit; in ActOnCharacterConstant() 3113 Lit, Tok.getLocation()); in ActOnCharacterConstant() 3247 Expr *Lit; in ActOnNumericConstant() local 3249 Lit = BuildFloatingLiteral(*this, Literal, CookedTy, Tok.getLocation()); in ActOnNumericConstant() [all …]
|
D | SemaDeclCXX.cpp | 11849 StringLiteral *Lit = cast<StringLiteral>(LangStr); in ActOnStartLinkageSpecification() local 11850 if (!Lit->isAscii()) { in ActOnStartLinkageSpecification() 11856 StringRef Lang = Lit->getString(); in ActOnStartLinkageSpecification()
|
/external/clang/ |
D | CMakeLists.txt | 141 # Seek installed Lit.
|
/external/llvm/cmake/modules/ |
D | AddLLVM.cmake | 710 # common variables that any Lit instance is likely to need, and custom
|
/external/llvm/test/Transforms/ArgumentPromotion/ |
D | pr3085.ll | 4 %struct.Lit = type { i8 } 6 define fastcc %struct.Lit* @import_lit(i32 %lit) nounwind { 32 ret %struct.Lit* null
|
/external/zlib/src/doc/ |
D | rfc1951.txt | 661 Lit Value Bits Codes
|