Home
last modified time | relevance | path

Searched defs:pc5 (Results 1 – 3 of 3) sorted by relevance

/llvm-project/flang/test/Semantics/
H A Dbind-c03.f9031 procedure(), bind(c) :: pc5 variable
H A Dbind-c04.f9031 procedure(proc), bind(c) :: pc4, pc5 local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/google/
H A Dreadability-casting.cpp76 char *pc5 = (char*)(const char*)(cpv); in f() local