HomeSort by relevance Sort by last modified time
    Searched defs:CE (Results 51 - 70 of 70) sorted by null

1 23

  /external/clang/lib/Sema/
SemaInit.cpp     [all...]
SemaStmt.cpp 243 if (const CallExpr *CE = dyn_cast<CallExpr>(E)) {
251 if (const Decl *FD = CE->getCalleeDecl()) {
297 else if (const CStyleCastExpr *CE = dyn_cast<CStyleCastExpr>(E)) {
298 TypeSourceInfo *TI = CE->getTypeInfoAsWritten();
    [all...]
SemaChecking.cpp 191 auto CE = cast<CallExpr>(Call);
192 if (CE->getCallee()->getType()->isBlockPointerType()) {
198 const Decl *TargetDecl = CE->getCalleeDecl();
206 if (isa<CXXPseudoDestructorExpr>(CE->getCallee()->IgnoreParens())) {
221 QualType ReturnTy = CE->getCallReturnType(S.Context);
230 BuiltinCall->setType(CE->getType());
231 BuiltinCall->setValueKind(CE->getValueKind());
232 BuiltinCall->setObjectKind(CE->getObjectKind());
    [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp     [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 729 const MCConstantExpr *CE = cast<MCConstantExpr>(Expr);
730 return CE->getValue() >= 0 && CE->getValue() <= 0xfff;
748 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(Expr);
749 return CE != nullptr && CE->getValue() < 0 && -CE->getValue() <= 0xfff;
865 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
866 if (!CE) return false;
867 uint64_t Value = CE->getValue()
    [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp 703 if (const auto *CE = dyn_cast<CastExpr>(Base)) {
704 if (CE->getCastKind() == CK_ArrayToPointerDecay &&
705 !isFlexibleArrayMemberExpr(CE->getSubExpr())) {
706 IndexedType = CE->getSubExpr()->getType();
803 if (const CastExpr *CE = dyn_cast<CastExpr>(E)) {
804 if (const auto *ECE = dyn_cast<ExplicitCastExpr>(CE))
807 switch (CE->getCastKind()) {
811 if (auto PtrTy = CE->getSubExpr()->getType()->getAs<PointerType>()) {
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 368 void RewriteCastExpr(CStyleCastExpr *CE);
471 std::string SynthesizeBlockHelperFuncs(BlockExpr *CE, int i,
473 std::string SynthesizeBlockFunc(BlockExpr *CE, int i,
475 std::string SynthesizeBlockImpl(BlockExpr *CE,
    [all...]
RewriteObjC.cpp 309 void RewriteCastExpr(CStyleCastExpr *CE);
375 std::string SynthesizeBlockHelperFuncs(BlockExpr *CE, int i,
377 std::string SynthesizeBlockFunc(BlockExpr *CE, int i,
379 std::string SynthesizeBlockImpl(BlockExpr *CE,
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 658 if (const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(Imm.Val)) {
659 int64_t Val = CE->getValue();
672 if (const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(Imm.Val)) {
673 int64_t Val = CE->getValue();
690 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(Imm.Val);
691 if (!CE) return false;
692 Val = CE->getValue();
704 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(getImm());
705 if (!CE) return false;
706 int Val = ARM_AM::getFP32Imm(APInt(32, CE->getValue()))
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /toolchain/binutils/binutils-2.25/gas/config/
tc-arm.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /external/caliper/lib/
joda-time-2.1.jar 
  /prebuilts/tools/common/m2/repository/joda-time/joda-time/2.9.1/
joda-time-2.9.1.jar 
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 231 milliseconds

1 23