Home
last modified time | relevance | path

Searched defs:SL (Results 1 – 25 of 56) sorted by relevance

123

/external/clang/tools/libclang/
DCIndexInclusionStack.cpp51 const SrcMgr::SLocEntry &SL = (SM.*Getter)(i, &Invalid); in clang_getInclusions() local
/external/llvm/lib/Target/R600/
DAMDGPUISelLowering.cpp697 const StructLayout *SL = TD->getStructLayout(ST); in LowerConstantInitializer() local
1200 SDLoc SL(Op); in ScalarizeVectorLoad() local
1239 SDLoc SL(Op); in SplitVectorLoad() local
1340 SDLoc SL(Op); in ScalarizeVectorStore() local
1379 SDLoc SL(Op); in SplitVectorStore() local
1896 SDLoc SL(Op); in LowerFREM() local
1909 SDLoc SL(Op); in LowerFCEIL() local
1931 static SDValue extractF64Exponent(SDValue Hi, SDLoc SL, SelectionDAG &DAG) { in extractF64Exponent()
1946 SDLoc SL(Op); in LowerFTRUNC() local
1995 SDLoc SL(Op); in LowerFRINT() local
[all …]
DSIISelLowering.cpp372 SDLoc SL, SDValue Chain, in LowerParameter()
1044 SDLoc SL(Op); in LowerFastFDIV() local
1090 SDLoc SL(Op); in LowerFDIV32() local
1123 SDLoc SL(Op); in LowerFDIV64() local
1416 SDLoc SL(N); in performSHLPtrCombine() local
1579 SDLoc SL(N); in performSetCCCombine() local
/external/clang/lib/StaticAnalyzer/Checkers/
DUnreachableCodeChecker.cpp152 SourceLocation SL; in checkEndAnalysis() local
/external/clang/lib/StaticAnalyzer/Core/
DSValBuilder.cpp243 const ObjCStringLiteral *SL = cast<ObjCStringLiteral>(E); in getConstantVal() local
248 const StringLiteral *SL = cast<StringLiteral>(E); in getConstantVal() local
/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-thai.cc88 SL, /* Shift combining-mark left */ enumerator
/external/clang/include/clang/AST/
DExprObjC.h33 ObjCStringLiteral(StringLiteral *SL, QualType T, SourceLocation L) in ObjCStringLiteral()
DCommentLexer.h83 void setLocation(SourceLocation SL) { Loc = SL; } in setLocation()
/external/clang/test/CodeGen/
Dxcore-stringtype.c32 signed int SI, long L, unsigned long UL, signed long SL, in builtinType()
/external/llvm/lib/CodeGen/
DAnalysis.cpp90 const StructLayout *SL = TLI.getDataLayout()->getStructLayout(STy); in ComputeValueVTs() local
/external/llvm/include/llvm/IR/
DOperator.h469 const StructLayout *SL = DL.getStructLayout(STy); in accumulateConstantOffset() local
/external/icu/icu4c/source/test/intltest/
Ditspoof.cpp185 const uint32_t SL = USPOOF_SINGLE_SCRIPT_CONFUSABLE; in testSkeleton() local
/external/llvm/lib/IR/
DDataLayout.cpp556 StructLayout *&SL = (*STM)[Ty]; in getStructLayout() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/
DSpoofCheckerTest.java404 int SL = SpoofChecker.SINGLE_SCRIPT_CONFUSABLE; in checkSkeleton() local
/external/llvm/lib/Analysis/
DConstantFolding.cpp325 const StructLayout *SL = DL.getStructLayout(CS->getType()); in ReadDataFromGlobal() local
844 const StructLayout &SL = *DL.getStructLayout(STy); in SymbolicallyEvaluateGEP() local
DBasicAliasAnalysis.cpp960 const StructLayout *SL = DL.getStructLayout(LastIndexedStruct); in aliasSameBasePointerGEPs() local
/external/clang/lib/Lex/
DPTHLexer.cpp520 std::unique_ptr<PTHStringIdLookup> SL( in Create() local
/external/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp591 SourceLocation SL = SM.getExpansionLoc(D->getLocation()); in getModeForDecl() local
/external/clang/lib/CodeGen/
DCGRecordLayoutBuilder.cpp741 const llvm::StructLayout *SL = getDataLayout().getStructLayout(ST); in ComputeRecordLayout() local
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp715 const StructLayout *SL = DL.getStructLayout(STy); in visitGetElementPtrInst() local
1660 const StructLayout *SL = DL.getStructLayout(STy); in getNaturalGEPRecursively() local
3347 const StructLayout *SL = DL.getStructLayout(STy); in stripAggregateTypeWrapping() local
3422 const StructLayout *SL = DL.getStructLayout(STy); in getTypePartition() local
/external/clang/lib/Parse/
DParser.cpp1236 const auto *SL = cast<StringLiteral>(AsmString.get()); in ParseAsmStringLiteral() local
/external/llvm/lib/Analysis/IPA/
DInlineCost.cpp262 const StructLayout *SL = DL.getStructLayout(STy); in accumulateGEPOffset() local
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp1191 const StructLayout *SL = in InitializeMemory() local
/external/clang/lib/AST/
DMicrosoftMangle.cpp369 MicrosoftMangleContextImpl::shouldMangleStringLiteral(const StringLiteral *SL) { in shouldMangleStringLiteral()
2582 void MicrosoftMangleContextImpl::mangleStringLiteral(const StringLiteral *SL, in mangleStringLiteral()
DExpr.cpp442 StringLiteral *SL) in PredefinedExpr()
844 StringLiteral *SL = new (Mem) StringLiteral(Ty); in Create() local
862 StringLiteral *SL = new (Mem) StringLiteral(QualType()); in CreateEmpty() local

123