Searched refs:Pp (Results 1 – 6 of 6) sorted by relevance
68 const SourceManager &SM, Preprocessor *Pp, Preprocessor *ModuleExpanderPP) { in registerPPCallbacks() argument69 PP = Pp; in registerPPCallbacks()
511 const SourceManager &SM, Preprocessor *Pp, Preprocessor *ModuleExpanderPP) { in registerPPCallbacks() argument512 PP = Pp; in registerPPCallbacks()
8 RUN: llvm-ar Pp %S/Inputs/path-names.a b/foo.txt | FileCheck %s --check-prefix=FULL-PATH --implicit…
906 Patch *Pp = reinterpret_cast<Patch *>(P); in operator() local907 switch (Pp->Kind) { in operator()
305 .Pp
669 define void @test40(i32** noalias %Pp, i32* noalias %Q) {687 %0 = bitcast i32** %Pp to i8**