Searched refs:SL (Results 51 - 75 of 100) sorted by relevance

1234

/external/clang/lib/Sema/
H A DSemaOpenMP.cpp3658 ExprResult SL;
3660 SL = VerifyPositiveIntegerConstantInClause(Simdlen, OMPC_simdlen);
3866 Context, BS, SL.get(), const_cast<Expr **>(Uniforms.data()),
3987 SourceLocation SL);
4038 SourceRange SR, SourceLocation SL) {
4048 ConditionLoc = SL;
10335 static bool CheckTypeMappable(SourceLocation SL, SourceRange SR, Sema &SemaRef,
10339 SemaRef.Diag(SL, diag::err_incomplete_type) << QTy << SR;
10343 !IsCXXRecordForMappable(SemaRef, SL, Stack, RD))
11536 static void checkDeclInTargetContext(SourceLocation SL, SourceRang
[all...]
H A DSemaInit.cpp73 StringLiteral *SL = dyn_cast<StringLiteral>(Init);
74 if (!SL)
80 switch (SL->getKind()) {
175 if (StringLiteral *SL = dyn_cast<StringLiteral>(Str->IgnoreParens())) {
180 if (SL->isPascal())
2490 if (StringLiteral *SL = dyn_cast<StringLiteral>(SubExpr)) {
2492 uint64_t StrLen = SL->getLength();
2500 llvm::APInt CodeUnit(PromotedCharTyWidth, SL->getCodeUnit(i));
/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp457 const StructLayout &SL = *DL.getStructLayout(STy); local
459 if (FullOffset < SL.getSizeInBytes()) {
460 unsigned ElIdx = SL.getElementContainingOffset(FullOffset);
465 SE.getConstant(Ty, FullOffset - SL.getElementOffset(ElIdx));
H A DInlineCost.cpp325 const StructLayout *SL = DL.getStructLayout(STy); local
326 Offset += APInt(IntPtrWidth, SL->getElementOffset(ElementIdx));
H A DValueTracking.cpp1178 const StructLayout *SL = Q.DL.getStructLayout(STy); local
1179 uint64_t Offset = SL->getElementOffset(Idx);
1615 const StructLayout *SL = Q.DL.getStructLayout(STy); local
1616 uint64_t ElementOffset = SL->getElementOffset(ElementIdx);
/external/clang/include/clang/AST/
H A DExprObjC.h33 ObjCStringLiteral(StringLiteral *SL, QualType T, SourceLocation L) argument
36 String(SL), AtLoc(L) {}
H A DStmt.h1010 void setBody(Stmt *S, SourceLocation SL) { argument
1012 SwitchLoc = SL;
/external/clang/lib/AST/
H A DDeclPrinter.cpp798 if (StringLiteral *SL = D->getMessage()) {
800 SL->printPretty(Out, nullptr, Policy, Indentation);
H A DRecordLayoutBuilder.cpp1327 const ASTRecordLayout &SL = Context.getASTObjCInterfaceLayout(SD); local
1329 UpdateAlignment(SL.getAlignment());
1333 setSize(SL.getDataSize());
/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp238 const StructLayout *SL = DL.getStructLayout(STy); local
240 TmpOffset += SL->getElementOffset(Idx);
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
H A DExecutionEngine.cpp965 const StructLayout *SL = local
968 InitializeMemory(CPS->getOperand(i), (char*)Addr+SL->getElementOffset(i));
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp2396 const StructLayout *SL = TD.getStructLayout(STy); local
2399 unsigned FieldBitOffset = SL->getElementOffsetInBits(i);
2415 if (PrevFieldEnd < SL->getSizeInBits())
/external/clang/lib/Basic/
H A DSourceManager.cpp1100 const char *SourceManager::getCharacterData(SourceLocation SL, argument
1104 std::pair<FileID, unsigned> LocInfo = getDecomposedSpellingLoc(SL);
/external/clang/lib/CodeGen/
H A DCGExprConstant.cpp1045 ObjCStringLiteral* SL = cast<ObjCStringLiteral>(E); local
1047 CGM.getObjCRuntime().GenerateConstantString(SL->getString());
H A DTargetInfo.cpp2857 const llvm::StructLayout *SL = TD.getStructLayout(STy);
2858 unsigned Elt = SL->getElementContainingOffset(IROffset);
2859 IROffset -= SL->getElementOffset(Elt);
2943 const llvm::StructLayout *SL = getDataLayout().getStructLayout(STy);
2944 if (IROffset < SL->getSizeInBytes()) {
2945 unsigned FieldIdx = SL->getElementContainingOffset(IROffset);
2946 IROffset -= SL->getElementOffset(FieldIdx);
H A DCGAtomic.cpp1284 RValue CodeGenFunction::EmitAtomicLoad(LValue LV, SourceLocation SL, argument
1294 return EmitAtomicLoad(LV, SL, AO, IsVolatile, Slot);
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp1208 const StructLayout *SL = local
1211 InitializeMemory(CPS->getOperand(i), (char*)Addr+SL->getElementOffset(i));
/external/selinux/mcstrans/share/examples/nato/setrans.d/
H A Drel.conf603 ~c200,~c398=SL # Sierra Leone
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DValueTracking.cpp565 const StructLayout *SL = TD->getStructLayout(STy); local
567 uint64_t Offset = SL->getElementOffset(Idx);
/external/valgrind/VEX/priv/
H A Dguest_arm64_toIR.c3512 #define SL(_hi128,_lo128,_nbytes) \ macro
3517 SL((_v128),(_v128),(_nbytes))
3519 SL((_v128),(_v128),16-(_nbytes))
3963 assign(t_a2c1b1a1, SL(EX(i1),EX(i0),3*4));
3964 assign(t_a3c2b2a2, SL(EX(i2),EX(i1),2*4));
3965 assign(t_a0c3b3a3, SL(EX(i0),EX(i2),1*4));
4002 assign(s1, SL(EX(i1),EX(i0),6*2));
4003 assign(s2, SL(EX(i2),EX(i1),4*2));
4004 assign(s3, SL(EX(i0),EX(i2),2*2));
4060 assign(s0, SL(E
4426 #undef SL macro
[all...]
/external/clang/include/clang/Basic/
H A DSourceManager.h1261 const char *getCharacterData(SourceLocation SL,
/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp961 const StructLayout *SL = DL.getStructLayout(STy); local
962 assert(Offset < (int64_t)SL->getSizeInBytes() &&
965 unsigned Elt = SL->getElementContainingOffset(Offset);
969 Offset -= SL->getElementOffset(Elt);
/external/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp454 const StructLayout *SL = DL.getStructLayout(STy); local
456 TmpOffset += SL->getElementOffset(Idx);
/external/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp362 const StructLayout *SL = DL.getStructLayout(STy); local
364 TmpOffset += SL->getElementOffset(Idx);
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMFastISel.cpp762 const StructLayout *SL = TD.getStructLayout(STy); local
764 TmpOffset += SL->getElementOffset(Idx);

Completed in 1280 milliseconds

1234