Home
last modified time | relevance | path

Searched refs:IP1 (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Deasily-swappable-parameters.c37 void pointer1(int *IP1, int *IP2) {} in pointer1() argument
/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp66 static bool isConflictIP(IRBuilder<>::InsertPoint IP1, in isConflictIP() argument
68 if (!IP1.isSet() || !IP2.isSet()) in isConflictIP()
70 return IP1.getBlock() == IP2.getBlock() && IP1.getPoint() == IP2.getPoint(); in isConflictIP()