Searched refs:PCC (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DCommentSema.cpp732 ParamCommandComment *PCC = dyn_cast<ParamCommandComment>(*I); local
733 if (!PCC || !PCC->hasParamName())
735 StringRef ParamName = PCC->getParamNameAsWritten();
741 PCC->setIsVarArgParam();
745 UnresolvedParamCommands.push_back(PCC);
748 PCC->setParamIndex(ResolvedParamIndex);
750 SourceRange ArgRange = PCC->getParamNameRange();
757 ParamVarDocs[ResolvedParamIndex] = PCC;
771 const ParamCommandComment *PCC local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Index/
H A DCommentToXML.cpp144 const ParamCommandComment *PCC = cast<ParamCommandComment>(Child); local
145 if (!PCC->hasParamName())
148 if (!PCC->isDirectionExplicit() && !PCC->hasNonWhitespaceParagraph())
151 Params.push_back(PCC);
/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp403 static unsigned getBranchHint(unsigned PCC, FunctionLoweringInfo *FuncInfo, argument
2896 unsigned PCC = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); local
2898 PCC |= getBranchHint(PCC, FuncInfo, N->getOperand(3));
2900 SDValue Pred = getI32Imm(PCC, dl);
2907 unsigned PCC = getPredicateForSetCC(CC); local
2912 switch (PCC) {
2930 PCC |= getBranchHint(PCC, FuncInfo, N->getOperand(4));
2933 SDValue Ops[] = { getI32Imm(PCC, d
[all...]
/freebsd-11.0-release/contrib/tcsh/
H A Dsh.h450 * Both MULTIFLOW and PCC compilers exhbit this bug. -- sterling@netcom.com
452 # if (defined(vax) || defined(uts) || defined(MULTIFLOW) || defined(PCC)) && !defined(__GNUC__)
454 # else /* !((vax || uts || MULTIFLOW || PCC) && !__GNUC__) */
456 # endif /* (vax || uts || MULTIFLOW || PCC) && !__GNUC__ */
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCodeComplete.cpp3135 Sema::ParserCompletionContext PCC) {
3136 switch (PCC) {
3134 mapCodeCompletionContext(Sema &S, Sema::ParserCompletionContext PCC) argument

Completed in 73 milliseconds