HomeSort by relevance Sort by last modified time
    Searched full:extinfo (Results 26 - 50 of 61) sorted by null

12 3

  /external/clang/include/clang/AST/
Type.h     [all...]
CanonicalType.h 544 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(FunctionType::ExtInfo, getExtInfo)
551 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(FunctionType::ExtInfo, getExtInfo)
558 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(FunctionType::ExtInfo, getExtInfo)
Decl.h 530 struct ExtInfo : public QualifierInfo {
534 llvm::PointerUnion<TypeSourceInfo*, ExtInfo*> DeclInfo;
540 bool hasExtInfo() const { return DeclInfo.is<ExtInfo*>(); }
541 ExtInfo *getExtInfo() { return DeclInfo.get<ExtInfo*>(); }
542 const ExtInfo *getExtInfo() const { return DeclInfo.get<ExtInfo*>(); }
    [all...]
ASTContext.h     [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp 89 /// given ExtInfo instead of the ExtInfo from the function type.
94 FunctionType::ExtInfo extInfo) {
101 extInfo, required);
117 FunctionType::ExtInfo extInfo = FTP->getExtInfo();
118 return arrangeLLVMFunctionInfo(CGT, true, prefix, FTP, extInfo);
242 FunctionType::ExtInfo extInfo = FTP->getExtInfo()
    [all...]
CGObjCRuntime.cpp 365 FunctionType::ExtInfo einfo = signature.getExtInfo();
376 FunctionType::ExtInfo(),
CGObjC.cpp 542 FunctionType::ExtInfo(),
809 FunctionType::ExtInfo(),
    [all...]
CGAtomic.cpp 130 FunctionType::ExtInfo(), RequiredArgs::All);
728 FunctionType::ExtInfo(), RequiredArgs::All);
    [all...]
CGBlocks.cpp     [all...]
CGDeclCXX.cpp 533 getContext().VoidTy, args, FunctionType::ExtInfo(), /*variadic=*/false);
CGStmt.cpp     [all...]
CGObjCMac.cpp 248 FunctionType::ExtInfo(),
269 FunctionType::ExtInfo(),
296 FunctionType::ExtInfo(),
324 FunctionType::ExtInfo(),
344 FunctionType::ExtInfo(),
358 FunctionType::ExtInfo(),
    [all...]
  /bionic/linker/
linker.h 234 soinfo* do_dlopen(const char* name, int flags, const android_dlextinfo* extinfo);
  /external/clang/lib/Sema/
SemaLambda.cpp     [all...]
SemaType.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
Decl.cpp     [all...]
TypePrinter.cpp 645 FunctionType::ExtInfo Info = T->getExtInfo();
    [all...]
Type.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 349 DeclaratorDecl::ExtInfo *Info =
350 DD->DeclInfo.get<DeclaratorDecl::ExtInfo *>();
491 TagDecl::ExtInfo *Info = new (Reader.getContext()) TagDecl::ExtInfo();
563 DeclaratorDecl::ExtInfo *Info
564 = new (Reader.getContext()) DeclaratorDecl::ExtInfo();
    [all...]
ASTReader.cpp     [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
Exynos_OMX_H264dec.c     [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
Exynos_OMX_Mpeg4dec.c     [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
Exynos_OMX_Vp8dec.c     [all...]

Completed in 766 milliseconds

12 3