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

1 2

  /external/clang/tools/libclang/
CIndexInclusionStack.cpp 47 const SrcMgr::SLocEntry &SL = (SM.*Getter)(i, &Invalid);
49 if (!SL.isFile() || Invalid)
52 const SrcMgr::FileInfo &FI = SL.getFile();
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
common_defs.h 30 enum UpdateType { FULL_CS, CLIP_CS, REG_CS, SL, ADAPTIVE_REG };
stochastic_linear_ranker.cpp 105 if ((mini_batch_counter_ == 0) && (update_type_ == SL)) {
121 } else if (update_type_ == SL) {
stochastic_linear_ranker.h 38 // SL: Stochastic Linear
53 update_type_ = SL;
197 // 2 :partial update went through (for SL only)
  /external/icu4c/test/intltest/
itspoof.cpp 146 const uint32_t SL = USPOOF_SINGLE_SCRIPT_CONFUSABLE;
152 CHECK_SKELETON(SL, " A 1ong \\u02b9identifier' that will overflow implementation stack buffers, forcing heap allocations."
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");
186 CHECK_SKELETON(SL, "\\u0391", "\\u0391")
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
UnreachableCodeChecker.cpp 149 SourceLocation SL;
153 SL = DL.asLocation();
154 if (SR.isInvalid() || !SL.isValid())
162 if (SM.isInSystemHeader(SL) || SM.isInExternCSystemHeader(SL))
  /external/clang/lib/StaticAnalyzer/Core/
Environment.cpp 107 const ObjCStringLiteral *SL = cast<ObjCStringLiteral>(E);
108 return svalBuilder.makeLoc(MRMgr.getObjCStringRegion(SL));
112 const StringLiteral *SL = cast<StringLiteral>(E);
113 return svalBuilder.makeLoc(MRMgr.getStringRegion(SL));
  /external/clang/include/clang/AST/
CommentLexer.h 81 void setLocation(SourceLocation SL) { Loc = SL; }
  /external/clang/lib/Lex/
PTHLexer.cpp 517 OwningPtr<PTHStringIdLookup> SL(PTHStringIdLookup::Create(StringIdTable,
551 SL.take(), NumIds, spellingBase,
577 PTHStringIdLookup& SL = *((PTHStringIdLookup*)StringIdLookup);
580 PTHStringIdLookup::iterator I = SL.find(std::make_pair(Name.data(),
582 if (I == SL.end()) // No identifier found?
  /external/grub/stage2/
iso9660.h 168 struct SL {
175 } sl; member in union:rock_ridge::__anon7125
  /external/llvm/lib/Target/
TargetData.cpp 422 StructLayout *&SL = (*STM)[Ty];
423 if (SL) return SL;
431 // Set SL before calling StructLayout's ctor. The ctor could cause other
433 SL = L;
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 548 TargetJITInfo::StubLayout SL = TheJIT->getJITInfo().getStubLayout();
549 JE.startGVStub(F, SL.Size, SL.Alignment);
611 TargetJITInfo::StubLayout SL = TheJIT->getJITInfo().getStubLayout();
612 JE.startGVStub(0, SL.Size, SL.Alignment);
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 314 const StructLayout *SL = TD.getStructLayout(CS->getType());
315 unsigned Index = SL->getElementContainingOffset(ByteOffset);
316 uint64_t CurEltOffset = SL->getElementOffset(Index);
336 uint64_t NextEltOffset = SL->getElementOffset(Index);
739 const StructLayout &SL = *TD->getStructLayout(STy);
740 if (Offset.uge(SL.getSizeInBytes()))
746 unsigned ElIdx = SL.getElementContainingOffset(Offset.getZExtValue());
749 Offset -= APInt(BitWidth, SL.getElementOffset(ElIdx));
    [all...]
ScalarEvolutionExpander.cpp 466 const StructLayout &SL = *SE.TD->getStructLayout(STy);
468 if (FullOffset < SL.getSizeInBytes()) {
469 unsigned ElIdx = SL.getElementContainingOffset(FullOffset);
474 SE.getConstant(Ty, FullOffset - SL.getElementOffset(ElIdx));
    [all...]
InlineCost.cpp 257 const StructLayout *SL = TD->getStructLayout(STy);
258 Offset += APInt(IntPtrWidth, SL->getElementOffset(ElementIdx));
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 82 const StructLayout *SL = TLI.getTargetData()->getStructLayout(STy);
88 StartingOffset + SL->getElementOffset(EI - EB));
  /external/llvm/lib/Transforms/Utils/
AddrModeMatcher.cpp 228 const StructLayout *SL = TD->getStructLayout(STy);
231 ConstantOffset += SL->getElementOffset(Idx);
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 529 SourceLocation SL = SM.getExpansionLoc(D->getLocation());
530 if (!Opts->AnalyzeAll && !SM.isFromMainFile(SL))
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/jni/
jni_stochastic_linear_ranker.cpp 147 classifier->SetUpdateType(learning_stochastic_linear::SL);
298 case learning_stochastic_linear::SL :
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh 1128 local SL
1139 for SL in $SYMLINKS; do
1141 local DST=`echo $SL | sed -e 's!^/lib/!!g'`
1152 for SL in $SYMLINKS; do
1154 local DST=`echo $SL`
    [all...]
  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp     [all...]
  /external/clang/lib/AST/
Expr.cpp 655 StringLiteral *SL = new (Mem) StringLiteral(Ty);
658 SL->setString(C,Str,Kind,Pascal);
660 SL->TokLocs[0] = Loc[0];
661 SL->NumConcatenated = NumStrs;
664 memcpy(&SL->TokLocs[1], Loc+1, sizeof(SourceLocation)*(NumStrs-1));
665 return SL;
672 StringLiteral *SL = new (Mem) StringLiteral(QualType());
673 SL->CharByteWidth = 0;
674 SL->Length = 0;
675 SL->NumConcatenated = NumStrs
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 45 SourceLocation Sema::getLocationOfStringLiteralByte(const StringLiteral *SL,
47 return SL->getLocationOfByte(ByteNo, PP.getSourceManager(),
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/
build-hardy-toolchain.sh     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/
build-hardy-toolchain.sh     [all...]

Completed in 916 milliseconds

1 2