HomeSort by relevance Sort by last modified time
    Searched refs:FD (Results 51 - 75 of 163) sorted by null

1 23 4 5 6 7

  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 632 const RetainSummary * getCFSummaryCreateRule(const FunctionDecl *FD);
633 const RetainSummary * getCFSummaryGetRule(const FunctionDecl *FD);
634 const RetainSummary * getCFCreateGetRuleSummary(const FunctionDecl *FD);
744 const RetainSummary * getSummary(const FunctionDecl *FD);
801 const FunctionDecl *FD);
879 static bool isRetain(const FunctionDecl *FD, StringRef FName) {
883 static bool isRelease(const FunctionDecl *FD, StringRef FName) {
887 static bool isMakeCollectable(const FunctionDecl *FD, StringRef FName) {
893 const RetainSummary * RetainSummaryManager::getSummary(const FunctionDecl *FD) {
895 FuncSummariesTy::iterator I = FuncSummaries.find(FD);
    [all...]
MallocOverflowSecurityChecker.cpp 243 const FunctionDecl *FD = TheCall->getDirectCallee();
245 if (!FD)
249 IdentifierInfo *FnInfo = FD->getIdentifier();
OSAtomicChecker.cpp 50 const FunctionDecl *FD = L.getAsFunctionDecl();
51 if (!FD)
54 const IdentifierInfo *II = FD->getIdentifier();
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 197 FunctionDecl *FD = cast<FunctionDecl>(D);
200 if (FD->isThisDeclarationADefinition() &&
201 !FD->isDependentContext()) {
203 FD->getDeclName().getAsString() != Opts.AnalyzeSpecificFunction)
205 DisplayFunction(FD);
206 HandleCode(FD);
  /external/clang/tools/libclang/
CXType.cpp 134 if (FunctionDecl *FD = dyn_cast<FunctionDecl>(D))
135 return MakeCXType(FD->getType(), TU);
349 if (const FunctionType *FD = T->getAs<FunctionType>())
350 return MakeCXType(FD->getResultType(), GetTU(X));
427 else if (FunctionDecl *FD = dyn_cast<FunctionDecl>(D))
428 Ctx.getObjCEncodingForFunctionDecl(FD, encoding);
  /cts/tools/vm-tests/src/dot/junit/opcodes/mul_double/d/
T_mul_double_3.d 27 .method public run(FD)D
  /cts/tools/vm-tests/src/dot/junit/opcodes/mul_double_2addr/d/
T_mul_double_2addr_3.d 27 .method public run(FD)D
  /cts/tools/vm-tests/src/dot/junit/opcodes/mul_float/d/
T_mul_float_3.d 27 .method public run(FD)F
  /cts/tools/vm-tests/src/dot/junit/opcodes/mul_float_2addr/d/
T_mul_float_2addr_3.d 27 .method public run(FD)F
  /cts/tools/vm-tests/src/dot/junit/opcodes/rem_double/d/
T_rem_double_3.d 27 .method public run(FD)D
  /cts/tools/vm-tests/src/dot/junit/opcodes/rem_float/d/
T_rem_float_3.d 27 .method public run(FD)F
  /cts/tools/vm-tests/src/dot/junit/opcodes/rem_float_2addr/d/
T_rem_float_2addr_3.d 27 .method public run(FD)F
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/mul_double/d/
T_mul_double_3.d 27 .method public run(FD)D
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/mul_double_2addr/d/
T_mul_double_2addr_3.d 27 .method public run(FD)D
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/mul_float/d/
T_mul_float_3.d 27 .method public run(FD)F
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/mul_float_2addr/d/
T_mul_float_2addr_3.d 27 .method public run(FD)F
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_double/d/
T_rem_double_3.d 27 .method public run(FD)D
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_float/d/
T_rem_float_3.d 27 .method public run(FD)F
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_float_2addr/d/
T_rem_float_2addr_3.d 27 .method public run(FD)F
  /external/clang/lib/StaticAnalyzer/Core/
ObjCMessage.cpp 127 if (const FunctionDecl *FD = State->getSVal(Callee).getAsFunctionDecl())
128 resultTy = FD->getResultType();
  /frameworks/compile/slang/
slang_rs_export_type.cpp 193 const clang::FieldDecl *FD = *FI;
194 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD);
204 if (FD->isBitField()) {
207 clang::FullSourceLoc(FD->getLocation(),
213 << FD->getName();
347 const clang::FieldDecl *FD = *FI;
348 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD);
757 const clang::FieldDecl *FD = *FI;
758 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD);
    [all...]
  /external/clang/lib/AST/
ItaniumMangle.cpp 229 void mangleFunctionEncoding(const FunctionDecl *FD);
357 const FunctionDecl *FD = dyn_cast<FunctionDecl>(D);
358 if (FD && (FD->hasAttr<OverloadableAttr>() || isa<CXXMethodDecl>(FD) ||
359 !FD->getDeclName().isIdentifier()))
367 if (!FD) {
382 if ((FD && FD->isMain()) || isInCLinkageSpecification(D))
413 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(D)
    [all...]
  /external/clang/lib/Parse/
ParseTemplate.cpp     [all...]
  /external/clang/lib/Rewrite/
RewriteObjC.cpp 270 void RewriteFunctionDecl(FunctionDecl *FD);
273 void RewriteBlockLiteralFunctionDecl(FunctionDecl *FD);
311 CallExpr *SynthesizeCallToFunctionDecl(FunctionDecl *FD,
367 void InsertBlockLiteralsWithinFunction(FunctionDecl *FD);
376 void RewriteBlockPointerFunctionArgs(FunctionDecl *FD);
717 if (FunctionDecl *FD = dyn_cast<FunctionDecl>(D)) {
718 RewriteFunctionDecl(FD);
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 568 const FunctionDecl *FD = cast<FunctionDecl>(GD.getDecl());
571 SetLLVMFunctionAttributes(FD, getTypes().getFunctionInfo(GD), F);
576 if (FD->hasAttr<DLLImportAttr>()) {
578 } else if (FD->hasAttr<WeakAttr>() ||
579 FD->isWeakImported()) {
586 NamedDecl::LinkageInfo LV = FD->getLinkageAndVisibility();
592 if (const SectionAttr *SA = FD->getAttr<SectionAttr>())
807 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(Global)) {
809 if (!FD->doesThisDeclarationHaveABody()) {
810 if (!FD->doesDeclarationForceExternallyVisibleDefinition()
    [all...]

Completed in 828 milliseconds

1 23 4 5 6 7