HomeSort by: relevance | last modified time | path
    Searched defs:DK (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp 166 DependenceKind DK = Class == ARCInstKind::AutoreleaseRV
170 findSingleDependency(DK, Arg, Autorelease->getParent(), Autorelease, PA));
  /src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
OMPIRBuilder.h 67 /// createXXXX for the directive of kind DK.
72 omp::Directive DK;
168 /// \param DK The kind of directive that caused the barrier.
174 InsertPointTy createBarrier(const LocationDescription &Loc, omp::Directive DK,
540 /// \param DK The directive which caused the barrier
547 omp::Directive DK, bool ForceSimpleCall,
560 /// Return true if the last entry in the finalization stack is of kind \p DK
562 bool isLastFinalizationInfoCancellable(omp::Directive DK) {
565 FinalizationStack.back().DK == DK;
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaInit.cpp 1221 unsigned DK =
1225 SemaRef.Diag(IList->getInit(Index)->getBeginLoc(), DK)
1228 unsigned DK = ExtraInitsIsError
1231 SemaRef.Diag(IList->getInit(Index)->getBeginLoc(), DK)
1240 unsigned DK = ExtraInitsIsError ? diag::err_excess_initializers
1242 SemaRef.Diag(IList->getInit(Index)->getBeginLoc(), DK)
SemaDecl.cpp 5136 unsigned DK = diag::err_anonymous_record_bad_member;
5138 DK = diag::err_anonymous_record_with_type;
5140 DK = diag::err_anonymous_record_with_function;
5142 DK = diag::err_anonymous_record_with_static;
5146 DK == diag::err_anonymous_record_with_type)
5150 Diag(Mem->getLocation(), DK) << Record->isUnion();
11936 void visitWithKind(QualType::DestructionKind DK, QualType QT,
11941 return Super::visitWithKind(DK, QT, FD, InNonTrivialUnion);
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclBase.cpp 910 Decl::Kind DK = D->getDeclKind();
911 switch(DK) {
921 if (DK >= first##NAME && DK <= last##NAME) \
929 Decl::Kind DK = D->getKind();
930 switch(DK) {
940 if (DK >= first##NAME && DK <= last##NAME) \
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseOpenMP.cpp 63 OpenMPDirectiveKindExWrapper(OpenMPDirectiveKind DK) : Value(unsigned(DK)) {}
2057 OpenMPDirectiveKind DK = OMPD_unknown;
2060 DK = parseOpenMPDirectiveKind(*this);
2061 if (DK == OMPD_end_declare_variant)
2063 else if (DK == OMPD_begin_declare_variant)
2071 DK, Loc, DKLoc, /* SkipUntilOpenMPEnd */ true);
3408 auto DK = parseOpenMPDirectiveKind(*this);
3409 Arg.push_back(DK);
3410 if (DK != OMPD_unknown)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.cpp 4783 auto DK = VD->isThisDeclarationADefinition();
4784 if (DK == VarDecl::Definition && VD->hasAttr<DLLImportAttr>())

Completed in 77 milliseconds