Searched defs:SL (Results 1 - 25 of 46) sorted by relevance

12

/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/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/chromium_org/third_party/cld/encodings/compact_lang_det/
H A Dgetonescriptspan.cc51 #define SL 6 // / macro
70 NL,EX,QU,NL, NL,NL,PL,AP, NL,NL,NL,NL, NL,HY,NL,SL,
95 #undef SL macro
/external/chromium_org/third_party/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/clang/include/clang/AST/
H A DCommentLexer.h83 void setLocation(SourceLocation SL) { Loc = SL; } argument
H A DExprObjC.h33 ObjCStringLiteral(StringLiteral *SL, QualType T, SourceLocation L) argument
36 String(SL), AtLoc(L) {}
/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/test/CodeGen/
H A Dxcore-stringtype.c24 signed int SI, long L, unsigned long UL, signed long SL,
22 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/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/llvm/lib/CodeGen/
H A DAnalysis.cpp81 const StructLayout *SL = TLI.getDataLayout()->getStructLayout(STy); local
87 StartingOffset + SL->getElementOffset(EI - EB));
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ditspoof.cpp184 const uint32_t SL = USPOOF_SINGLE_SCRIPT_CONFUSABLE; local
190 CHECK_SKELETON(SL, " A 1ong \\u02b9identifier' that will overflow implementation stack buffers, forcing heap allocations."
200 CHECK_SKELETON(SL, "nochange", "nochange");
207 CHECK_SKELETON(SL, "\\u059c", "\\u0301");
208 CHECK_SKELETON(SL, "\\u2A74", "\\u003A\\u003A\\u003D");
209 CHECK_SKELETON(SL, "\\u247E", "\\u0028\\u006C\\u006C\\u0029"); // "(ll)"
210 CHECK_SKELETON(SL, "\\uFDFB", "\\u062C\\u0644\\u0020\\u062C\\u0644\\u0627\\u0644\\u0647");
212 // This mapping exists in the ML and MA tables, does not exist in SL, SA
214 CHECK_SKELETON(SL, "\\u0C83", "\\u0C83");
224 CHECK_SKELETON(SL, "\\u039
[all...]
/external/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp710 const llvm::StructLayout *SL = getDataLayout().getStructLayout(ST); local
721 assert(AST_RL.getFieldOffset(i) == SL->getElementOffsetInBits(FieldNo) &&
752 assert(Info.StorageSize <= SL->getSizeInBits() &&
H A DCGExprConstant.cpp902 ObjCStringLiteral* SL = cast<ObjCStringLiteral>(E); local
904 CGM.getObjCRuntime().GenerateConstantString(SL->getString());
/external/icu/icu4c/source/test/intltest/
H A Ditspoof.cpp184 const uint32_t SL = USPOOF_SINGLE_SCRIPT_CONFUSABLE; local
190 CHECK_SKELETON(SL, " A 1ong \\u02b9identifier' that will overflow implementation stack buffers, forcing heap allocations."
200 CHECK_SKELETON(SL, "nochange", "nochange");
207 CHECK_SKELETON(SL, "\\u059c", "\\u0301");
208 CHECK_SKELETON(SL, "\\u2A74", "\\u003A\\u003A\\u003D");
209 CHECK_SKELETON(SL, "\\u247E", "\\u0028\\u006C\\u006C\\u0029"); // "(ll)"
210 CHECK_SKELETON(SL, "\\uFDFB", "\\u062C\\u0644\\u0020\\u062C\\u0644\\u0627\\u0644\\u0647");
212 // This mapping exists in the ML and MA tables, does not exist in SL, SA
214 CHECK_SKELETON(SL, "\\u0C83", "\\u0C83");
224 CHECK_SKELETON(SL, "\\u039
[all...]
/external/llvm/include/llvm/IR/
H A DOperator.h464 const StructLayout *SL = DL.getStructLayout(STy); local
466 SL->getElementOffset(ElementIdx));
/external/clang/lib/Lex/
H A DPTHLexer.cpp528 std::unique_ptr<PTHStringIdLookup> SL(
564 SL.release(), NumIds, spellingBase,
592 PTHStringIdLookup& SL = *((PTHStringIdLookup*)StringIdLookup); local
595 PTHStringIdLookup::iterator I = SL.find(std::make_pair(Name.data(),
597 if (I == SL.end()) // No identifier found?
/external/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp586 SourceLocation SL = SM.getExpansionLoc(D->getLocation()); local
587 if (!Opts->AnalyzeAll && !SM.isInMainFile(SL)) {
588 if (SL.isInvalid() || SM.isInSystemHeader(SL))
/external/llvm/lib/Analysis/
H A DConstantFolding.cpp316 const StructLayout *SL = TD.getStructLayout(CS->getType()); local
317 unsigned Index = SL->getElementContainingOffset(ByteOffset);
318 uint64_t CurEltOffset = SL->getElementOffset(Index);
338 uint64_t NextEltOffset = SL->getElementOffset(Index);
846 const StructLayout &SL = *TD->getStructLayout(STy); local
847 if (Offset.uge(SL.getSizeInBytes()))
853 unsigned ElIdx = SL.getElementContainingOffset(Offset.getZExtValue());
856 Offset -= APInt(BitWidth, SL.getElementOffset(ElIdx));
H A DValueTracking.cpp633 const StructLayout *SL = TD->getStructLayout(STy); local
634 uint64_t Offset = SL->getElementOffset(Idx);
941 const StructLayout *SL = DL->getStructLayout(STy); local
942 uint64_t ElementOffset = SL->getElementOffset(ElementIdx);
/external/llvm/lib/Analysis/IPA/
H A DInlineCost.cpp261 const StructLayout *SL = DL->getStructLayout(STy); local
262 Offset += APInt(IntPtrWidth, SL->getElementOffset(ElementIdx));
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp1195 const StructLayout *SL = local
1198 InitializeMemory(CPS->getOperand(i), (char*)Addr+SL->getElementOffset(i));
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp527 TargetJITInfo::StubLayout SL = TheJIT->getJITInfo().getStubLayout(); local
528 JE.startGVStub(F, SL.Size, SL.Alignment);
590 TargetJITInfo::StubLayout SL = TheJIT->getJITInfo().getStubLayout();
591 JE.startGVStub(nullptr, SL.Size, SL.Alignment);
/external/clang/lib/AST/
H A DMicrosoftMangle.cpp98 bool shouldMangleStringLiteral(const StringLiteral *SL) override;
138 void mangleStringLiteral(const StringLiteral *SL, raw_ostream &Out) override;
340 MicrosoftMangleContextImpl::shouldMangleStringLiteral(const StringLiteral *SL) { argument
341 return SL->isAscii() || SL->isWide();
2398 void MicrosoftMangleContextImpl::mangleStringLiteral(const StringLiteral *SL, argument
2425 if (SL->isAscii())
2427 else if (SL->isWide())
2437 Mangler.mangleNumber(SL->getByteLength() + SL
[all...]
H A DRecordLayoutBuilder.cpp1323 const ASTRecordLayout &SL = Context.getASTObjCInterfaceLayout(SD); local
1325 UpdateAlignment(SL.getAlignment());
1329 setSize(SL.getDataSize());
/external/clang/lib/Basic/
H A DSourceManager.cpp1101 const char *SourceManager::getCharacterData(SourceLocation SL, argument
1105 std::pair<FileID, unsigned> LocInfo = getDecomposedSpellingLoc(SL);

Completed in 6618 milliseconds

12