HomeSort by relevance Sort by last modified time
    Searched refs:IdentInfo (Results 1 - 25 of 36) sorted by null

1 2

  /external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
MPIFunctionClassifier.h 29 bool isMPIType(const IdentifierInfo *const IdentInfo) const;
30 bool isNonBlockingType(const IdentifierInfo *const IdentInfo) const;
33 bool isPointToPointType(const IdentifierInfo *const IdentInfo) const;
36 bool isCollectiveType(const IdentifierInfo *const IdentInfo) const;
37 bool isCollToColl(const IdentifierInfo *const IdentInfo) const;
38 bool isScatterType(const IdentifierInfo *const IdentInfo) const;
39 bool isGatherType(const IdentifierInfo *const IdentInfo) const;
40 bool isAllgatherType(const IdentifierInfo *const IdentInfo) const;
41 bool isAlltoallType(const IdentifierInfo *const IdentInfo) const;
42 bool isReduceType(const IdentifierInfo *const IdentInfo) const
    [all...]
MPIFunctionClassifier.cpp 204 bool MPIFunctionClassifier::isMPIType(const IdentifierInfo *IdentInfo) const {
205 return llvm::is_contained(MPIType, IdentInfo);
209 const IdentifierInfo *IdentInfo) const {
210 return llvm::is_contained(MPINonBlockingTypes, IdentInfo);
215 const IdentifierInfo *IdentInfo) const {
216 return llvm::is_contained(MPIPointToPointTypes, IdentInfo);
221 const IdentifierInfo *IdentInfo) const {
222 return llvm::is_contained(MPICollectiveTypes, IdentInfo);
226 const IdentifierInfo *IdentInfo) const {
227 return llvm::is_contained(MPICollToCollTypes, IdentInfo);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
MPIFunctionClassifier.h 29 bool isMPIType(const IdentifierInfo *const IdentInfo) const;
30 bool isNonBlockingType(const IdentifierInfo *const IdentInfo) const;
33 bool isPointToPointType(const IdentifierInfo *const IdentInfo) const;
36 bool isCollectiveType(const IdentifierInfo *const IdentInfo) const;
37 bool isCollToColl(const IdentifierInfo *const IdentInfo) const;
38 bool isScatterType(const IdentifierInfo *const IdentInfo) const;
39 bool isGatherType(const IdentifierInfo *const IdentInfo) const;
40 bool isAllgatherType(const IdentifierInfo *const IdentInfo) const;
41 bool isAlltoallType(const IdentifierInfo *const IdentInfo) const;
42 bool isReduceType(const IdentifierInfo *const IdentInfo) const
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Checkers/
MPIFunctionClassifier.h 29 bool isMPIType(const IdentifierInfo *const IdentInfo) const;
30 bool isNonBlockingType(const IdentifierInfo *const IdentInfo) const;
33 bool isPointToPointType(const IdentifierInfo *const IdentInfo) const;
36 bool isCollectiveType(const IdentifierInfo *const IdentInfo) const;
37 bool isCollToColl(const IdentifierInfo *const IdentInfo) const;
38 bool isScatterType(const IdentifierInfo *const IdentInfo) const;
39 bool isGatherType(const IdentifierInfo *const IdentInfo) const;
40 bool isAllgatherType(const IdentifierInfo *const IdentInfo) const;
41 bool isAlltoallType(const IdentifierInfo *const IdentInfo) const;
42 bool isReduceType(const IdentifierInfo *const IdentInfo) const
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Checkers/
MPIFunctionClassifier.h 29 bool isMPIType(const IdentifierInfo *const IdentInfo) const;
30 bool isNonBlockingType(const IdentifierInfo *const IdentInfo) const;
33 bool isPointToPointType(const IdentifierInfo *const IdentInfo) const;
36 bool isCollectiveType(const IdentifierInfo *const IdentInfo) const;
37 bool isCollToColl(const IdentifierInfo *const IdentInfo) const;
38 bool isScatterType(const IdentifierInfo *const IdentInfo) const;
39 bool isGatherType(const IdentifierInfo *const IdentInfo) const;
40 bool isAllgatherType(const IdentifierInfo *const IdentInfo) const;
41 bool isAlltoallType(const IdentifierInfo *const IdentInfo) const;
42 bool isReduceType(const IdentifierInfo *const IdentInfo) const
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Checkers/
MPIFunctionClassifier.h 29 bool isMPIType(const IdentifierInfo *const IdentInfo) const;
30 bool isNonBlockingType(const IdentifierInfo *const IdentInfo) const;
33 bool isPointToPointType(const IdentifierInfo *const IdentInfo) const;
36 bool isCollectiveType(const IdentifierInfo *const IdentInfo) const;
37 bool isCollToColl(const IdentifierInfo *const IdentInfo) const;
38 bool isScatterType(const IdentifierInfo *const IdentInfo) const;
39 bool isGatherType(const IdentifierInfo *const IdentInfo) const;
40 bool isAllgatherType(const IdentifierInfo *const IdentInfo) const;
41 bool isAlltoallType(const IdentifierInfo *const IdentInfo) const;
42 bool isReduceType(const IdentifierInfo *const IdentInfo) const
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Checkers/
MPIFunctionClassifier.h 29 bool isMPIType(const IdentifierInfo *const IdentInfo) const;
30 bool isNonBlockingType(const IdentifierInfo *const IdentInfo) const;
33 bool isPointToPointType(const IdentifierInfo *const IdentInfo) const;
36 bool isCollectiveType(const IdentifierInfo *const IdentInfo) const;
37 bool isCollToColl(const IdentifierInfo *const IdentInfo) const;
38 bool isScatterType(const IdentifierInfo *const IdentInfo) const;
39 bool isGatherType(const IdentifierInfo *const IdentInfo) const;
40 bool isAllgatherType(const IdentifierInfo *const IdentInfo) const;
41 bool isAlltoallType(const IdentifierInfo *const IdentInfo) const;
42 bool isReduceType(const IdentifierInfo *const IdentInfo) const
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Checkers/
MPIFunctionClassifier.h 29 bool isMPIType(const IdentifierInfo *const IdentInfo) const;
30 bool isNonBlockingType(const IdentifierInfo *const IdentInfo) const;
33 bool isPointToPointType(const IdentifierInfo *const IdentInfo) const;
36 bool isCollectiveType(const IdentifierInfo *const IdentInfo) const;
37 bool isCollToColl(const IdentifierInfo *const IdentInfo) const;
38 bool isScatterType(const IdentifierInfo *const IdentInfo) const;
39 bool isGatherType(const IdentifierInfo *const IdentInfo) const;
40 bool isAllgatherType(const IdentifierInfo *const IdentInfo) const;
41 bool isAlltoallType(const IdentifierInfo *const IdentInfo) const;
42 bool isReduceType(const IdentifierInfo *const IdentInfo) const
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Checkers/
MPIFunctionClassifier.h 29 bool isMPIType(const IdentifierInfo *const IdentInfo) const;
30 bool isNonBlockingType(const IdentifierInfo *const IdentInfo) const;
33 bool isPointToPointType(const IdentifierInfo *const IdentInfo) const;
36 bool isCollectiveType(const IdentifierInfo *const IdentInfo) const;
37 bool isCollToColl(const IdentifierInfo *const IdentInfo) const;
38 bool isScatterType(const IdentifierInfo *const IdentInfo) const;
39 bool isGatherType(const IdentifierInfo *const IdentInfo) const;
40 bool isAllgatherType(const IdentifierInfo *const IdentInfo) const;
41 bool isAlltoallType(const IdentifierInfo *const IdentInfo) const;
42 bool isReduceType(const IdentifierInfo *const IdentInfo) const
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
MPIFunctionClassifier.h 29 bool isMPIType(const IdentifierInfo *const IdentInfo) const;
30 bool isNonBlockingType(const IdentifierInfo *const IdentInfo) const;
33 bool isPointToPointType(const IdentifierInfo *const IdentInfo) const;
36 bool isCollectiveType(const IdentifierInfo *const IdentInfo) const;
37 bool isCollToColl(const IdentifierInfo *const IdentInfo) const;
38 bool isScatterType(const IdentifierInfo *const IdentInfo) const;
39 bool isGatherType(const IdentifierInfo *const IdentInfo) const;
40 bool isAllgatherType(const IdentifierInfo *const IdentInfo) const;
41 bool isAlltoallType(const IdentifierInfo *const IdentInfo) const;
42 bool isReduceType(const IdentifierInfo *const IdentInfo) const
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/StaticAnalyzer/Checkers/
MPIFunctionClassifier.h 29 bool isMPIType(const IdentifierInfo *const IdentInfo) const;
30 bool isNonBlockingType(const IdentifierInfo *const IdentInfo) const;
33 bool isPointToPointType(const IdentifierInfo *const IdentInfo) const;
36 bool isCollectiveType(const IdentifierInfo *const IdentInfo) const;
37 bool isCollToColl(const IdentifierInfo *const IdentInfo) const;
38 bool isScatterType(const IdentifierInfo *const IdentInfo) const;
39 bool isGatherType(const IdentifierInfo *const IdentInfo) const;
40 bool isAllgatherType(const IdentifierInfo *const IdentInfo) const;
41 bool isAlltoallType(const IdentifierInfo *const IdentInfo) const;
42 bool isReduceType(const IdentifierInfo *const IdentInfo) const
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/StaticAnalyzer/Checkers/
MPIFunctionClassifier.h 29 bool isMPIType(const IdentifierInfo *const IdentInfo) const;
30 bool isNonBlockingType(const IdentifierInfo *const IdentInfo) const;
33 bool isPointToPointType(const IdentifierInfo *const IdentInfo) const;
36 bool isCollectiveType(const IdentifierInfo *const IdentInfo) const;
37 bool isCollToColl(const IdentifierInfo *const IdentInfo) const;
38 bool isScatterType(const IdentifierInfo *const IdentInfo) const;
39 bool isGatherType(const IdentifierInfo *const IdentInfo) const;
40 bool isAllgatherType(const IdentifierInfo *const IdentInfo) const;
41 bool isAlltoallType(const IdentifierInfo *const IdentInfo) const;
42 bool isReduceType(const IdentifierInfo *const IdentInfo) const
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/StaticAnalyzer/Checkers/
MPIFunctionClassifier.h 29 bool isMPIType(const IdentifierInfo *const IdentInfo) const;
30 bool isNonBlockingType(const IdentifierInfo *const IdentInfo) const;
33 bool isPointToPointType(const IdentifierInfo *const IdentInfo) const;
36 bool isCollectiveType(const IdentifierInfo *const IdentInfo) const;
37 bool isCollToColl(const IdentifierInfo *const IdentInfo) const;
38 bool isScatterType(const IdentifierInfo *const IdentInfo) const;
39 bool isGatherType(const IdentifierInfo *const IdentInfo) const;
40 bool isAllgatherType(const IdentifierInfo *const IdentInfo) const;
41 bool isAlltoallType(const IdentifierInfo *const IdentInfo) const;
42 bool isReduceType(const IdentifierInfo *const IdentInfo) const
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/StaticAnalyzer/Checkers/
MPIFunctionClassifier.h 29 bool isMPIType(const IdentifierInfo *const IdentInfo) const;
30 bool isNonBlockingType(const IdentifierInfo *const IdentInfo) const;
33 bool isPointToPointType(const IdentifierInfo *const IdentInfo) const;
36 bool isCollectiveType(const IdentifierInfo *const IdentInfo) const;
37 bool isCollToColl(const IdentifierInfo *const IdentInfo) const;
38 bool isScatterType(const IdentifierInfo *const IdentInfo) const;
39 bool isGatherType(const IdentifierInfo *const IdentInfo) const;
40 bool isAllgatherType(const IdentifierInfo *const IdentInfo) const;
41 bool isAlltoallType(const IdentifierInfo *const IdentInfo) const;
42 bool isReduceType(const IdentifierInfo *const IdentInfo) const
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/StaticAnalyzer/Checkers/
MPIFunctionClassifier.h 29 bool isMPIType(const IdentifierInfo *const IdentInfo) const;
30 bool isNonBlockingType(const IdentifierInfo *const IdentInfo) const;
33 bool isPointToPointType(const IdentifierInfo *const IdentInfo) const;
36 bool isCollectiveType(const IdentifierInfo *const IdentInfo) const;
37 bool isCollToColl(const IdentifierInfo *const IdentInfo) const;
38 bool isScatterType(const IdentifierInfo *const IdentInfo) const;
39 bool isGatherType(const IdentifierInfo *const IdentInfo) const;
40 bool isAllgatherType(const IdentifierInfo *const IdentInfo) const;
41 bool isAlltoallType(const IdentifierInfo *const IdentInfo) const;
42 bool isReduceType(const IdentifierInfo *const IdentInfo) const
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/StaticAnalyzer/Checkers/
MPIFunctionClassifier.h 29 bool isMPIType(const IdentifierInfo *const IdentInfo) const;
30 bool isNonBlockingType(const IdentifierInfo *const IdentInfo) const;
33 bool isPointToPointType(const IdentifierInfo *const IdentInfo) const;
36 bool isCollectiveType(const IdentifierInfo *const IdentInfo) const;
37 bool isCollToColl(const IdentifierInfo *const IdentInfo) const;
38 bool isScatterType(const IdentifierInfo *const IdentInfo) const;
39 bool isGatherType(const IdentifierInfo *const IdentInfo) const;
40 bool isAllgatherType(const IdentifierInfo *const IdentInfo) const;
41 bool isAlltoallType(const IdentifierInfo *const IdentInfo) const;
42 bool isReduceType(const IdentifierInfo *const IdentInfo) const
    [all...]
  /external/clang/lib/Lex/
Pragma.cpp 565 IdentifierInfo *IdentInfo = ParsePragmaPushOrPopMacro(PushMacroTok);
566 if (!IdentInfo) return;
568 // Get the MacroInfo associated with IdentInfo.
569 MacroInfo *MI = getMacroInfo(IdentInfo);
577 PragmaPushMacroInfo[IdentInfo].push_back(MI);
590 IdentifierInfo *IdentInfo = ParsePragmaPushOrPopMacro(PopMacroTok);
591 if (!IdentInfo) return;
595 PragmaPushMacroInfo.find(IdentInfo);
597 // Forget the MacroInfo currently associated with IdentInfo.
598 if (MacroInfo *MI = getMacroInfo(IdentInfo)) {
    [all...]
  /external/clang/lib/Parse/
ParseExpr.cpp     [all...]
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/
Sema.h     [all...]

Completed in 554 milliseconds

1 2