HomeSort by relevance Sort by last modified time
    Searched defs:SL (Results 1 - 25 of 39) sorted by null

1 2

  /external/clang/tools/libclang/
CIndexInclusionStack.cpp 51 const SrcMgr::SLocEntry &SL = (SM.*Getter)(i, &Invalid);
53 if (!SL.isFile() || Invalid)
56 const SrcMgr::FileInfo &FI = SL.getFile();
  /external/clang/lib/StaticAnalyzer/Checkers/
UnreachableCodeChecker.cpp 152 SourceLocation SL;
156 SL = DL.asLocation();
157 if (SR.isInvalid() || !SL.isValid())
165 if (SM.isInSystemHeader(SL) || SM.isInExternCSystemHeader(SL))
  /external/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp 243 const ObjCStringLiteral *SL = cast<ObjCStringLiteral>(E);
244 return makeLoc(getRegionManager().getObjCStringRegion(SL));
248 const StringLiteral *SL = cast<StringLiteral>(E);
249 return makeLoc(getRegionManager().getStringRegion(SL));
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
common_defs.h 30 enum UpdateType { FULL_CS, CLIP_CS, REG_CS, SL, ADAPTIVE_REG };
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
getonescriptspan.cc 51 #define SL 6 // /
70 NL,EX,QU,NL, NL,NL,PL,AP, NL,NL,NL,NL, NL,HY,NL,SL,
95 #undef SL
  /external/chromium_org/third_party/icu/source/test/intltest/
itspoof.cpp 140 const uint32_t SL = USPOOF_SINGLE_SCRIPT_CONFUSABLE;
146 CHECK_SKELETON(SL, " A 1ong \\u02b9identifier' that will overflow implementation stack buffers, forcing heap allocations."
160 CHECK_SKELETON(SL, "\\uFC5F", " \\u064d\\u0651");
162 CHECK_SKELETON(SL, "nochange", "nochange");
169 CHECK_SKELETON(SL, "\\u059c", "\\u0301");
170 CHECK_SKELETON(SL, "\\u2A74", "\\u003A\\u003A\\u003D");
171 CHECK_SKELETON(SL, "\\u247E", "\\u0028\\u006C\\u006C\\u0029"); // "(ll)"
172 CHECK_SKELETON(SL, "\\uFDFB", "\\u062C\\u0644\\u0020\\u062C\\u0644\\u0627\\u0644\\u0647");
174 // This mapping exists in the ML and MA tables, does not exist in SL, SA
176 CHECK_SKELETON(SL, "\\u0C83", "\\u0C83")
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 81 const StructLayout *SL = TLI.getDataLayout()->getStructLayout(STy);
87 StartingOffset + SL->getElementOffset(EI - EB));
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-thai.cc 88 SL, /* Shift combining-mark left */
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/harfbuzz_ng/src/
hb-ot-shape-complex-thai.cc 88 SL, /* Shift combining-mark left */
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/include/llvm/IR/
Operator.h 464 const StructLayout *SL = DL.getStructLayout(STy);
466 SL->getElementOffset(ElementIdx));
  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 710 const llvm::StructLayout *SL = getDataLayout().getStructLayout(ST);
721 assert(AST_RL.getFieldOffset(i) == SL->getElementOffsetInBits(FieldNo) &&
    [all...]
CGExprConstant.cpp 902 ObjCStringLiteral* SL = cast<ObjCStringLiteral>(E);
904 CGM.getObjCRuntime().GenerateConstantString(SL->getString());
    [all...]
  /external/clang/lib/Lex/
PTHLexer.cpp 528 std::unique_ptr<PTHStringIdLookup> SL(
564 SL.release(), NumIds, spellingBase,
592 PTHStringIdLookup& SL = *((PTHStringIdLookup*)StringIdLookup);
595 PTHStringIdLookup::iterator I = SL.find(std::make_pair(Name.data(),
597 if (I == SL.end()) // No identifier found?
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 586 SourceLocation SL = SM.getExpansionLoc(D->getLocation());
587 if (!Opts->AnalyzeAll && !SM.isInMainFile(SL)) {
588 if (SL.isInvalid() || SM.isInSystemHeader(SL))
  /external/icu/icu4c/source/test/intltest/
itspoof.cpp 184 const uint32_t SL = USPOOF_SINGLE_SCRIPT_CONFUSABLE;
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, "\\u0391", "\\u0391")
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 316 const StructLayout *SL = TD.getStructLayout(CS->getType());
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);
847 if (Offset.uge(SL.getSizeInBytes()))
853 unsigned ElIdx = SL.getElementContainingOffset(Offset.getZExtValue());
856 Offset -= APInt(BitWidth, SL.getElementOffset(ElIdx));
    [all...]
ScalarEvolutionExpander.cpp 465 const StructLayout &SL = *SE.DL->getStructLayout(STy);
467 if (FullOffset < SL.getSizeInBytes()) {
468 unsigned ElIdx = SL.getElementContainingOffset(FullOffset);
473 SE.getConstant(Ty, FullOffset - SL.getElementOffset(ElIdx));
    [all...]
ValueTracking.cpp 633 const StructLayout *SL = TD->getStructLayout(STy);
634 uint64_t Offset = SL->getElementOffset(Idx);
    [all...]
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 261 const StructLayout *SL = DL->getStructLayout(STy);
262 Offset += APInt(IntPtrWidth, SL->getElementOffset(ElementIdx));
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 527 TargetJITInfo::StubLayout SL = TheJIT->getJITInfo().getStubLayout();
528 JE.startGVStub(F, SL.Size, SL.Alignment);
590 TargetJITInfo::StubLayout SL = TheJIT->getJITInfo().getStubLayout();
591 JE.startGVStub(nullptr, SL.Size, SL.Alignment);
    [all...]
  /external/clang/lib/AST/
Expr.cpp 806 StringLiteral *SL = new (Mem) StringLiteral(Ty);
809 SL->setString(C,Str,Kind,Pascal);
811 SL->TokLocs[0] = Loc[0];
812 SL->NumConcatenated = NumStrs;
815 memcpy(&SL->TokLocs[1], Loc+1, sizeof(SourceLocation)*(NumStrs-1));
816 return SL;
824 StringLiteral *SL = new (Mem) StringLiteral(QualType());
825 SL->CharByteWidth = 0;
826 SL->Length = 0;
827 SL->NumConcatenated = NumStrs
    [all...]
RecordLayoutBuilder.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 358 const StructLayout *SL = DL.getStructLayout(STy);
360 TmpOffset += SL->getElementOffset(Idx);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 326 const StructLayout *SL = DL.getStructLayout(STy);
328 TmpOffset += SL->getElementOffset(Idx);
    [all...]

Completed in 452 milliseconds

1 2