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

12

/freebsd-9.3-release/contrib/llvm/tools/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))
/freebsd-9.3-release/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.c345 /* SL - Symbolic link */
520 SUSP_ENTRY_RRIP_SL, "SL", SUSP_LOC_ENTRY);
522 current->attr.rr_entry.SL.h.version[0] = 1;
523 current->attr.rr_entry.SL.flags[0] = SL_FLAGS_NONE;
528 memcpy(current->attr.rr_entry.SL.component + path_count,
564 current->attr.rr_entry.SL.flags[0] |= SL_FLAGS_CONTINUE;
576 current->attr.rr_entry.SL.component +
582 current->attr.rr_entry.SL.h.length[0] = path_count + 5;
585 SUSP_ENTRY_RRIP_SL, "SL", SUSP_LOC_ENTRY);
586 current->attr.rr_entry.SL
[all...]
H A Diso9660_rrip.h182 ISO_RRIP_SL SL; member in union:__anon10925
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Lex/
H A DPTHLexer.cpp504 OwningPtr<PTHStringIdLookup> SL(PTHStringIdLookup::Create(StringIdTable,
538 SL.take(), NumIds, spellingBase,
564 PTHStringIdLookup& SL = *((PTHStringIdLookup*)StringIdLookup); local
567 PTHStringIdLookup::iterator I = SL.find(std::make_pair(Name.data(),
569 if (I == SL.end()) // No identifier found?
/freebsd-9.3-release/contrib/llvm/lib/Target/R600/
H A DAMDGPUISelLowering.cpp497 SDLoc SL(Op);
500 SDValue Ptr = DAG.getNode(ISD::ADD, SL, PtrVT, Load->getBasePtr(),
502 Loads.push_back(DAG.getExtLoad(Load->getExtensionType(), SL, EltVT,
508 return DAG.getNode(ISD::BUILD_VECTOR, SL, Op.getValueType(), &Loads[0],
572 SDLoc SL(Op);
577 SDValue Val = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, SL, EltVT,
579 SDValue Ptr = DAG.getNode(ISD::ADD, SL, PtrVT,
583 Chains.push_back(DAG.getTruncStore(Store->getChain(), SL, Val, Ptr,
588 return DAG.getNode(ISD::TokenFactor, SL, MVT::Other, &Chains[0], NumElts);
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DDataLayout.cpp450 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;
/freebsd-9.3-release/contrib/llvm/tools/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));
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp598 SourceLocation SL = SM.getExpansionLoc(D->getLocation()); local
599 if (!Opts->AnalyzeAll && !SM.isInMainFile(SL)) {
600 if (SL.isInvalid() || SM.isInSystemHeader(SL))
/freebsd-9.3-release/contrib/llvm/include/llvm/IR/
H A DOperator.h460 const StructLayout *SL = DL.getStructLayout(STy); local
462 SL->getElementOffset(ElementIdx));
/freebsd-9.3-release/contrib/llvm/tools/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) {}
/freebsd-9.3-release/contrib/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp532 TargetJITInfo::StubLayout SL = TheJIT->getJITInfo().getStubLayout(); local
533 JE.startGVStub(F, SL.Size, SL.Alignment);
595 TargetJITInfo::StubLayout SL = TheJIT->getJITInfo().getStubLayout();
596 JE.startGVStub(0, SL.Size, SL.Alignment);
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DConstantFolding.cpp311 const StructLayout *SL = TD.getStructLayout(CS->getType()); local
312 unsigned Index = SL->getElementContainingOffset(ByteOffset);
313 uint64_t CurEltOffset = SL->getElementOffset(Index);
333 uint64_t NextEltOffset = SL->getElementOffset(Index);
791 const StructLayout &SL = *TD->getStructLayout(STy); local
792 if (Offset.uge(SL.getSizeInBytes()))
798 unsigned ElIdx = SL.getElementContainingOffset(Offset.getZExtValue());
801 Offset -= APInt(BitWidth, SL.getElementOffset(ElIdx));
H A DScalarEvolutionExpander.cpp466 const StructLayout &SL = *SE.TD->getStructLayout(STy); local
468 if (FullOffset < SL.getSizeInBytes()) {
469 unsigned ElIdx = SL.getElementContainingOffset(FullOffset);
474 SE.getConstant(Ty, FullOffset - SL.getElementOffset(ElIdx));
H A DValueTracking.cpp645 const StructLayout *SL = TD->getStructLayout(STy); local
646 uint64_t Offset = SL->getElementOffset(Idx);
942 const StructLayout *SL = DL->getStructLayout(STy); local
943 uint64_t ElementOffset = SL->getElementOffset(ElementIdx);
/freebsd-9.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_qos_parser_l.l164 SL sl
255 {SL}{WHITE_DOTDOT_WHITE} { SAVE_POS; HANDLE_IF_IN_DESCRIPTION; START_SL; return TK_SL; }
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1295 const StructLayout *SL = DL.getStructLayout(STy); local
1297 if (StructOffset >= SL->getSizeInBytes())
1299 unsigned Index = SL->getElementContainingOffset(StructOffset);
1300 Offset -= APInt(Offset.getBitWidth(), SL->getElementOffset(Index));
2912 const StructLayout *SL = DL.getStructLayout(STy); local
2913 unsigned Index = SL->getElementContainingOffset(0);
2987 const StructLayout *SL = DL.getStructLayout(STy); local
2988 if (Offset >= SL->getSizeInBytes())
2991 if (EndOffset > SL->getSizeInBytes())
2994 unsigned Index = SL
[all...]
H A DScalarReplAggregates.cpp2542 const StructLayout *SL = TD.getStructLayout(STy); local
2545 unsigned FieldBitOffset = SL->getElementOffsetInBits(i);
2561 if (PrevFieldEnd < SL->getSizeInBits())
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp44 SourceLocation Sema::getLocationOfStringLiteralByte(const StringLiteral *SL, argument
46 return SL->getLocationOfByte(ByteNo, PP.getSourceManager(),
3695 SourceLocation SL = SizeOfArg->getExprLoc(); local
3700 if (SM.isMacroArgExpansion(SL)) {
3701 ReadableName = Lexer::getImmediateMacroName(SL, SM, LangOpts);
3702 SL = SM.getSpellingLoc(SL);
3709 DiagRuntimeBehavior(SL, SizeOfArg,
3716 DiagRuntimeBehavior(SL, SizeOfArg,
3941 SourceLocation SL
[all...]
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DAnalysis.cpp80 const StructLayout *SL = TLI.getDataLayout()->getStructLayout(STy); local
86 StartingOffset + SL->getElementOffset(EI - EB));
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp1012 const llvm::StructLayout *SL = getDataLayout().getStructLayout(ST); local
1023 assert(AST_RL.getFieldOffset(i) == SL->getElementOffsetInBits(FieldNo) &&
1054 assert(Info.StorageSize <= SL->getSizeInBits() &&
H A DTargetInfo.cpp1946 const llvm::StructLayout *SL = TD.getStructLayout(STy);
1947 unsigned Elt = SL->getElementContainingOffset(IROffset);
1948 IROffset -= SL->getElementOffset(Elt);
2032 const llvm::StructLayout *SL = getDataLayout().getStructLayout(STy);
2033 if (IROffset < SL->getSizeInBytes()) {
2034 unsigned FieldIdx = SL->getElementContainingOffset(IROffset);
2035 IROffset -= SL->getElementOffset(FieldIdx);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DExpr.cpp818 StringLiteral *SL = new (Mem) StringLiteral(Ty); local
821 SL->setString(C,Str,Kind,Pascal);
823 SL->TokLocs[0] = Loc[0];
824 SL->NumConcatenated = NumStrs;
827 memcpy(&SL->TokLocs[1], Loc+1, sizeof(SourceLocation)*(NumStrs-1));
828 return SL;
836 StringLiteral *SL = new (Mem) StringLiteral(QualType()); local
837 SL->CharByteWidth = 0;
838 SL->Length = 0;
839 SL
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp803 const StructLayout *SL = TD->getStructLayout(STy); local
804 assert(Offset < (int64_t)SL->getSizeInBytes() &&
807 unsigned Elt = SL->getElementContainingOffset(Offset);
811 Offset -= SL->getElementOffset(Elt);
/freebsd-9.3-release/contrib/llvm/lib/Analysis/IPA/
H A DInlineCost.cpp278 const StructLayout *SL = TD->getStructLayout(STy); local
279 Offset += APInt(IntPtrWidth, SL->getElementOffset(ElementIdx));

Completed in 492 milliseconds

12