Searched refs:SL (Results 1 - 25 of 64) sorted by relevance

123

/external/strace/linux/x86_64/
H A Dgentab.pl46 open(SL, ">syscallnum.h") || die "cannot create syscallnum.h\n";
72 print SL "#define SYS_$name $num\n"
/external/clang/tools/libclang/
H A DCIndexInclusionStack.cpp51 const SrcMgr::SLocEntry &SL = (SM.*Getter)(i, &Invalid); local
53 if (!SL.isFile() || Invalid)
56 const SrcMgr::FileInfo &FI = SL.getFile();
/external/llvm/lib/Target/R600/
H A DAMDGPUISelLowering.cpp697 const StructLayout *SL = TD->getStructLayout(ST); local
703 SDValue Offset = DAG.getConstant(SL->getElementOffset(I), PtrVT);
1200 SDLoc SL(Op);
1205 SDValue Ptr = DAG.getNode(ISD::ADD, SL, PtrVT, Load->getBasePtr(),
1209 = DAG.getExtLoad(Load->getExtensionType(), SL, EltVT,
1219 DAG.getNode(ISD::BUILD_VECTOR, SL, LoadVT, Loads),
1220 DAG.getNode(ISD::TokenFactor, SL, MVT::Other, Chains)
1223 return DAG.getMergeValues(Ops, SL);
1239 SDLoc SL(Op);
1248 std::tie(Lo, Hi) = DAG.SplitVector(Op, SL, LoV
1931 extractF64Exponent(SDValue Hi, SDLoc SL, SelectionDAG &DAG) argument
[all...]
H A DSIISelLowering.cpp372 SDLoc SL, SDValue Chain,
384 SDValue BasePtr = DAG.getCopyFromReg(Chain, SL,
386 SDValue Ptr = DAG.getNode(ISD::ADD, SL, MVT::i64, BasePtr,
392 VT, SL, Chain, Ptr, PtrOffset, PtrInfo, MemVT,
1044 SDLoc SL(Op);
1063 return DAG.getNode(AMDGPUISD::RSQ, SL, VT, RHS.getOperand(0));
1066 return DAG.getNode(AMDGPUISD::RCP, SL, VT, RHS);
1073 SDValue Recip = DAG.getNode(AMDGPUISD::RCP, SL, VT, RHS);
1074 return DAG.getNode(ISD::FMUL, SL, VT, LHS, Recip);
1090 SDLoc SL(O
371 LowerParameter(SelectionDAG &DAG, EVT VT, EVT MemVT, SDLoc SL, SDValue Chain, unsigned Offset, bool Signed) const argument
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DUnreachableCodeChecker.cpp152 SourceLocation SL; local
156 SL = DL.asLocation();
157 if (SR.isInvalid() || !SL.isValid())
165 if (SM.isInSystemHeader(SL) || SM.isInExternCSystemHeader(SL))
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-thai.cc88 SL, /* Shift combining-mark left */ enumerator in enum:thai_action_t
146 case SL: pua_mappings = SL_mappings; break;
185 /*T1*/ {{SL, T2}, {NOP,T1}, {SDL,T2}},
186 /*T2*/ {{NOP,T3}, {NOP,T2}, {SL, T3}},
/external/icu/icu4c/source/test/intltest/
H A Ditspoof.cpp185 const uint32_t SL = USPOOF_SINGLE_SCRIPT_CONFUSABLE; local
190 CHECK_SKELETON(SL, "nochange", "nochange");
200 CHECK_SKELETON(SL, "\\u059c", "\\u0301");
201 CHECK_SKELETON(SL, "\\u2A74", "\\u003A\\u003A\\u003D");
202 CHECK_SKELETON(SL, "\\u247E", "\\u0028\\u006C\\u006C\\u0029"); // "(ll)"
203 CHECK_SKELETON(SL, "\\uFDFB", "\\u062C\\u0644\\u0020\\u062C\\u0644\\u006c\\u0644\\u006f");
205 // This mapping exists in the ML and MA tables, does not exist in SL, SA
210 CHECK_SKELETON(SL, "\\u0C83", "\\u0983");
219 CHECK_SKELETON(SL, "\\u0391", "A");
224 CHECK_SKELETON(SL, "\\u13C
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/
H A DSpoofCheckerTest.java135 "05AD ; 0596 ; SL # ( ֭ → ֖ ) HEBREW ACCENT DEHI → HEBREW ACCENT TIPEHA #\n";
404 int SL = SpoofChecker.SINGLE_SCRIPT_CONFUSABLE;
410 checkSkeleton(sc, SL, "nochange", "nochange", testName);
420 checkSkeleton(sc, SL, "\\u059c", "\\u0301", testName);
421 checkSkeleton(sc, SL, "\\u2A74", "\\u003A\\u003A\\u003D", testName);
422 checkSkeleton(sc, SL, "\\u247E", "(ll)", testName);
423 checkSkeleton(sc, SL, "\\uFDFB", "\\u062C\\u0644\\u0020\\u062C\\u0644\\u006c\\u0644\\u006f", testName);
425 // 0C83 mapping existed in the ML and MA tables, did not exist in SL, SA (Original Unicode 7)
428 checkSkeleton(sc, SL, "\\u0C83", "\\u0983", testName);
438 checkSkeleton(sc, SL, "\\u039
[all...]
/external/clang/test/CodeGen/
H A Dxcore-stringtype.c32 signed int SI, long L, unsigned long UL, signed long SL,
30 builtinType(_Bool B, char C, unsigned char UC, signed char SC, short S, unsigned short US, signed short SS, int I, unsigned int UI, signed int SI, long L, unsigned long UL, signed long SL, long long LL, unsigned long long ULL, signed long long SLL, float F, double D, long double LD) argument
/external/clang/include/clang/AST/
H A DCommentLexer.h83 void setLocation(SourceLocation SL) { Loc = SL; } argument
H A DMangle.h94 virtual bool shouldMangleStringLiteral(const StringLiteral *SL) = 0;
114 virtual void mangleStringLiteral(const StringLiteral *SL, raw_ostream &) = 0;
/external/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp243 const ObjCStringLiteral *SL = cast<ObjCStringLiteral>(E); local
244 return makeLoc(getRegionManager().getObjCStringRegion(SL));
248 const StringLiteral *SL = cast<StringLiteral>(E); local
249 return makeLoc(getRegionManager().getStringRegion(SL));
/external/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp591 SourceLocation SL = SM.getExpansionLoc(D->getLocation()); local
592 if (!Opts->AnalyzeAll && !SM.isWrittenInMainFile(SL)) {
593 if (SL.isInvalid() || SM.isInSystemHeader(SL))
/external/llvm/lib/IR/
H A DDataLayout.cpp556 StructLayout *&SL = (*STM)[Ty];
557 if (SL) return SL;
565 // Set SL before calling StructLayout's ctor. The ctor could cause other
567 SL = L;
/external/clang/lib/AST/
H A DMicrosoftMangle.cpp103 bool shouldMangleStringLiteral(const StringLiteral *SL) override;
157 void mangleStringLiteral(const StringLiteral *SL, raw_ostream &Out) override;
369 MicrosoftMangleContextImpl::shouldMangleStringLiteral(const StringLiteral *SL) { argument
2582 void MicrosoftMangleContextImpl::mangleStringLiteral(const StringLiteral *SL, argument
2607 if (SL->isWide())
2617 Mangler.mangleNumber(SL->getByteLength() + SL->getCharByteWidth());
2641 auto GetLittleEndianByte = [&Mangler, &SL](unsigned Index) {
2642 unsigned CharByteWidth = SL->getCharByteWidth();
2643 uint32_t CodeUnit = SL
[all...]
H A DExpr.cpp442 StringLiteral *SL)
447 Loc(L), Type(IT), FnName(SL) {}
844 StringLiteral *SL = new (Mem) StringLiteral(Ty); local
847 SL->setString(C,Str,Kind,Pascal);
849 SL->TokLocs[0] = Loc[0];
850 SL->NumConcatenated = NumStrs;
853 memcpy(&SL->TokLocs[1], Loc+1, sizeof(SourceLocation)*(NumStrs-1));
854 return SL;
862 StringLiteral *SL = new (Mem) StringLiteral(QualType()); local
863 SL
441 PredefinedExpr(SourceLocation L, QualType FNTy, IdentType IT, StringLiteral *SL) argument
[all...]
/external/llvm/include/llvm/IR/
H A DOperator.h469 const StructLayout *SL = DL.getStructLayout(STy); local
471 SL->getElementOffset(ElementIdx));
/external/llvm/lib/Analysis/
H A DConstantFolding.cpp325 const StructLayout *SL = DL.getStructLayout(CS->getType()); local
326 unsigned Index = SL->getElementContainingOffset(ByteOffset);
327 uint64_t CurEltOffset = SL->getElementOffset(Index);
347 uint64_t NextEltOffset = SL->getElementOffset(Index);
844 const StructLayout &SL = *DL.getStructLayout(STy); local
845 if (Offset.uge(SL.getSizeInBytes()))
851 unsigned ElIdx = SL.getElementContainingOffset(Offset.getZExtValue());
854 Offset -= APInt(BitWidth, SL.getElementOffset(ElIdx));
H A DBasicAliasAnalysis.cpp960 const StructLayout *SL = DL.getStructLayout(LastIndexedStruct); local
961 const uint64_t StructSize = SL->getSizeInBytes();
962 const uint64_t V1Off = SL->getElementOffset(C1->getZExtValue());
963 const uint64_t V2Off = SL->getElementOffset(C2->getZExtValue());
/external/llvm/lib/Transforms/Scalar/
H A DSROA.cpp715 const StructLayout *SL = DL.getStructLayout(STy);
717 APInt(Offset.getBitWidth(), SL->getElementOffset(ElementIdx));
1660 const StructLayout *SL = DL.getStructLayout(STy);
1662 if (StructOffset >= SL->getSizeInBytes())
1664 unsigned Index = SL->getElementContainingOffset(StructOffset);
1665 Offset -= APInt(Offset.getBitWidth(), SL->getElementOffset(Index));
3347 const StructLayout *SL = DL.getStructLayout(STy);
3348 unsigned Index = SL->getElementContainingOffset(0);
3422 const StructLayout *SL = DL.getStructLayout(STy);
3423 if (Offset >= SL
[all...]
/external/clang/lib/Lex/
H A DPTHLexer.cpp520 std::unique_ptr<PTHStringIdLookup> SL(
556 std::move(PerIDCache), std::move(SL), NumIds,
/external/llvm/lib/CodeGen/
H A DAnalysis.cpp90 const StructLayout *SL = TLI.getDataLayout()->getStructLayout(STy);
96 StartingOffset + SL->getElementOffset(EI - EB));
/external/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp741 const llvm::StructLayout *SL = getDataLayout().getStructLayout(ST); local
752 assert(AST_RL.getFieldOffset(i) == SL->getElementOffsetInBits(FieldNo) &&
783 assert(Info.StorageSize <= SL->getSizeInBits() &&
/external/clang/lib/Sema/
H A DSemaChecking.cpp44 SourceLocation Sema::getLocationOfStringLiteralByte(const StringLiteral *SL, argument
46 return SL->getLocationOfByte(ByteNo, getSourceManager(), LangOpts,
136 SourceLocation SL = TheCall->getLocStart(); local
139 S.Diag(SL, diag::warn_memcpy_chk_overflow) << SR << FnName;
4814 SourceLocation SL = SizeOfArg->getExprLoc(); local
4819 if (SM.isMacroArgExpansion(SL)) {
4820 ReadableName = Lexer::getImmediateMacroName(SL, SM, LangOpts);
4821 SL = SM.getSpellingLoc(SL);
4828 DiagRuntimeBehavior(SL, SizeOfAr
[all...]
/external/clang/lib/Parse/
H A DParser.cpp1236 const auto *SL = cast<StringLiteral>(AsmString.get()); local
1237 if (!SL->isAscii()) {
1239 << SL->isWide()
1240 << SL->getSourceRange();

Completed in 605 milliseconds

123