HomeSort by relevance Sort by last modified time
    Searched refs:FD (Results 376 - 400 of 609) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ASTContext.h 847 FunctionDecl *getClassScopeSpecializationPattern(const FunctionDecl *FD);
849 void setClassScopeSpecializationPattern(FunctionDecl *FD,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTContext.h 847 FunctionDecl *getClassScopeSpecializationPattern(const FunctionDecl *FD);
849 void setClassScopeSpecializationPattern(FunctionDecl *FD,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ASTContext.h 847 FunctionDecl *getClassScopeSpecializationPattern(const FunctionDecl *FD);
849 void setClassScopeSpecializationPattern(FunctionDecl *FD,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ASTContext.h 847 FunctionDecl *getClassScopeSpecializationPattern(const FunctionDecl *FD);
849 void setClassScopeSpecializationPattern(FunctionDecl *FD,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ASTContext.h 847 FunctionDecl *getClassScopeSpecializationPattern(const FunctionDecl *FD);
849 void setClassScopeSpecializationPattern(FunctionDecl *FD,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTContext.h 847 FunctionDecl *getClassScopeSpecializationPattern(const FunctionDecl *FD);
849 void setClassScopeSpecializationPattern(FunctionDecl *FD,
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 245 auto *FD = cast<FunctionDecl>(New);
246 auto *ThisContext = dyn_cast_or_null<CXXRecordDecl>(FD->getDeclContext());
253 Sema::ContextRAII SavedContext(S, FD);
255 if (FD->getNumParams() > PVD->getFunctionScopeIndex())
257 PVD, FD->getParamDecl(PVD->getFunctionScopeIndex()));
261 FD->isCXXInstanceMember());
835 FriendDecl *FD = SemaRef.CheckFriendTypeDecl(D->getLocStart(),
837 if (!FD)
840 FD->setAccess(AS_public);
841 FD->setUnsupportedFriend(D->isUnsupportedFriend())
    [all...]
SemaChecking.cpp 202 if (const FunctionDecl *FD = dyn_cast_or_null<FunctionDecl>(TargetDecl))
203 if (FD->getBuiltinID()) {
    [all...]
  /external/pcre/dist2/src/sljit/
sljitNativePPC_common.c 120 #define FD(fd) ((fd) << 21)
722 ((inst) | (((flags) & MEM_MASK) <= GPR_REG ? D(reg) : FD(reg)))
726 (((inst) & ~(INT_ALIGNED | UPDATE_REQ)) | (((flags) & MEM_MASK) <= GPR_REG ? D(reg) : FD(reg)))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Sema.h 279 static bool mightHaveNonExternalLinkage(const DeclaratorDecl *FD);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Sema.h 279 static bool mightHaveNonExternalLinkage(const DeclaratorDecl *FD);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Sema.h 279 static bool mightHaveNonExternalLinkage(const DeclaratorDecl *FD);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Sema.h 279 static bool mightHaveNonExternalLinkage(const DeclaratorDecl *FD);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Sema.h 279 static bool mightHaveNonExternalLinkage(const DeclaratorDecl *FD);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Sema.h 279 static bool mightHaveNonExternalLinkage(const DeclaratorDecl *FD);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Sema.h 279 static bool mightHaveNonExternalLinkage(const DeclaratorDecl *FD);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Sema.h 279 static bool mightHaveNonExternalLinkage(const DeclaratorDecl *FD);
    [all...]
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 356 if (auto *FD = CGOpenMPInlinedRegionInfo::lookup(VD))
357 return FD;
    [all...]
CodeGenPGO.cpp 649 if (const FunctionDecl *FD = dyn_cast_or_null<FunctionDecl>(D))
650 Walker.TraverseDecl(const_cast<FunctionDecl *>(FD));
716 if (const FunctionDecl *FD = dyn_cast_or_null<FunctionDecl>(D))
717 Walker.VisitFunctionDecl(FD);
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
kfile.h 99 UINT16 MyFD; // Which FD this is.
148 int (EFIAPI *FO_OPEN) (struct _Device_Node *This, struct __filedes *FD,
232 UINT16 MyFD; /* Which FD this is. */
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 301 static bool isCLibraryFunction(const FunctionDecl *FD,
  /external/clang/lib/Analysis/
UninitializedValues.cpp 443 if (FunctionDecl *FD = CE->getDirectCallee()) {
444 if (FD->isInStdNamespace() && FD->getIdentifier() &&
445 FD->getIdentifier()->isStr("move")) {
  /external/clang/lib/Parse/
ParseObjc.cpp 745 auto ObjCPropertyCallback = [&](ParsingFieldDeclarator &FD) {
746 if (FD.D.getIdentifier() == nullptr) {
748 << FD.D.getSourceRange();
751 if (FD.BitfieldSize) {
753 << FD.D.getSourceRange();
760 addContextSensitiveTypeNullability(*this, FD.D, OCDS.getNullability(),
766 OCDS.getGetterName() ? OCDS.getGetterName() : FD.D.getIdentifier();
776 FD.D.getIdentifier());
778 getCurScope(), AtLoc, LParenLoc, FD, OCDS, GetterSel, SetterSel,
781 FD.complete(Property)
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
NullabilityChecker.cpp 442 else if (const auto *FD = dyn_cast<FunctionDecl>(D))
443 Params = FD->parameters();
584 } else if (auto *FD = dyn_cast<FunctionDecl>(D)) {
585 RequiredRetType = FD->getReturnType();
    [all...]
  /external/curl/tests/
memanalyze.pl 250 # FD url.c:1282 socket() = 5
251 elsif($_ =~ /^FD ([^ ]*):(\d*) (.*)/) {

Completed in 956 milliseconds

<<11121314151617181920>>