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

1 2 3

  /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();
  /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...]
  /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/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/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/icu4c/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/clang/lib/Lex/
PTHLexer.cpp 513 OwningPtr<PTHStringIdLookup> SL(PTHStringIdLookup::Create(StringIdTable,
547 SL.take(), NumIds, spellingBase,
573 PTHStringIdLookup& SL = *((PTHStringIdLookup*)StringIdLookup);
576 PTHStringIdLookup::iterator I = SL.find(std::make_pair(Name.data(),
578 if (I == SL.end()) // No identifier found?
  /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/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp 241 const ObjCStringLiteral *SL = cast<ObjCStringLiteral>(E);
242 return makeLoc(getRegionManager().getObjCStringRegion(SL));
246 const StringLiteral *SL = cast<StringLiteral>(E);
247 return makeLoc(getRegionManager().getStringRegion(SL));
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 562 SourceLocation SL = SM.getExpansionLoc(D->getLocation());
563 if (!Opts->AnalyzeAll && !SM.isFromMainFile(SL)) {
564 if (SL.isInvalid() || SM.isInSystemHeader(SL))
  /external/grub/stage2/
iso9660.h 168 struct SL {
175 } sl; member in union:rock_ridge::__anon20254
  /external/llvm/lib/IR/
DataLayout.cpp 450 StructLayout *&SL = (*STM)[Ty];
451 if (SL) return SL;
459 // Set SL before calling StructLayout's ctor. The ctor could cause other
461 SL = L;
  /external/clang/include/clang/AST/
CommentLexer.h 83 void setLocation(SourceLocation SL) { Loc = SL; }
  /external/llvm/include/llvm/IR/
Operator.h 460 const StructLayout *SL = DL.getStructLayout(STy);
462 SL->getElementOffset(ElementIdx));
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 532 TargetJITInfo::StubLayout SL = TheJIT->getJITInfo().getStubLayout();
533 JE.startGVStub(F, SL.Size, SL.Alignment);
595 TargetJITInfo::StubLayout SL = TheJIT->getJITInfo().getStubLayout();
596 JE.startGVStub(0, SL.Size, SL.Alignment);
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 303 const StructLayout *SL = TD.getStructLayout(CS->getType());
304 unsigned Index = SL->getElementContainingOffset(ByteOffset);
305 uint64_t CurEltOffset = SL->getElementOffset(Index);
325 uint64_t NextEltOffset = SL->getElementOffset(Index);
765 const StructLayout &SL = *TD->getStructLayout(STy);
766 if (Offset.uge(SL.getSizeInBytes()))
772 unsigned ElIdx = SL.getElementContainingOffset(Offset.getZExtValue());
775 Offset -= APInt(BitWidth, SL.getElementOffset(ElIdx));
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 44 SourceLocation Sema::getLocationOfStringLiteralByte(const StringLiteral *SL,
46 return SL->getLocationOfByte(ByteNo, PP.getSourceManager(),
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 80 const StructLayout *SL = TLI.getDataLayout()->getStructLayout(STy);
86 StartingOffset + SL->getElementOffset(EI - EB));
  /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...]

Completed in 862 milliseconds

1 2 3