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

/external/clang/tools/libclang/
H A DCXComment.cpp262 const ParamCommandComment *PCC = getASTNodeAs<ParamCommandComment>(CXC); local
263 if (!PCC || !PCC->hasParamName())
266 return cxstring::createRef(PCC->getParamNameAsWritten());
270 const ParamCommandComment *PCC = getASTNodeAs<ParamCommandComment>(CXC); local
271 if (!PCC)
274 return PCC->isParamIndexValid();
278 const ParamCommandComment *PCC = getASTNodeAs<ParamCommandComment>(CXC); local
279 if (!PCC || !PCC
286 const ParamCommandComment *PCC = getASTNodeAs<ParamCommandComment>(CXC); local
295 const ParamCommandComment *PCC = getASTNodeAs<ParamCommandComment>(CXC); local
[all...]
/external/clang/unittests/AST/
H A DCommentParser.cpp185 ParamCommandComment *&PCC,
191 ::testing::AssertionResult AR = GetChildAt(C, Idx, PCC);
195 StringRef ActualCommandName = PCC->getCommandName(Traits);
201 if (PCC->getDirection() != Direction)
203 << "ParamCommandComment has direction " << PCC->getDirection() << ", "
206 if (PCC->isDirectionExplicit() != IsDirectionExplicit)
209 << (PCC->isDirectionExplicit() ? "explicit" : "implicit")
213 if (!ParamName.empty() && !PCC->hasParamName())
217 StringRef ActualParamName = PCC->hasParamName() ? PCC
181 HasParamCommandAt( const Comment *C, const CommandTraits &Traits, size_t Idx, ParamCommandComment *&PCC, StringRef CommandName, ParamCommandComment::PassDirection Direction, bool IsDirectionExplicit, StringRef ParamName, ParagraphComment *&Paragraph) argument
759 ParamCommandComment *PCC; local
778 ParamCommandComment *PCC; local
812 ParamCommandComment *PCC; local
842 ParamCommandComment *PCC; local
872 ParamCommandComment *PCC; local
903 ParamCommandComment *PCC; local
924 ParamCommandComment *PCC; local
[all...]
/external/clang/lib/AST/
H A DCommentSema.cpp730 ParamCommandComment *PCC = dyn_cast<ParamCommandComment>(*I); local
731 if (!PCC || !PCC->hasParamName())
733 StringRef ParamName = PCC->getParamNameAsWritten();
739 PCC->setIsVarArgParam();
743 UnresolvedParamCommands.push_back(PCC);
746 PCC->setParamIndex(ResolvedParamIndex);
748 SourceRange ArgRange = PCC->getParamNameRange();
755 ParamVarDocs[ResolvedParamIndex] = PCC;
769 const ParamCommandComment *PCC local
[all...]
/external/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);
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp398 static unsigned getBranchHint(unsigned PCC, FunctionLoweringInfo *FuncInfo, argument
2931 unsigned PCC = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); local
2933 PCC |= getBranchHint(PCC, FuncInfo, N->getOperand(3));
2935 SDValue Pred = getI32Imm(PCC, dl);
2943 unsigned PCC = getPredicateForSetCC(CC); local
2948 switch (PCC) {
2967 PCC |= getBranchHint(PCC, FuncInfo, N->getOperand(4));
2970 SDValue Ops[] = { getI32Imm(PCC, d
[all...]
/external/syslinux/efi32/include/efi/
H A Defi_pxe.h946 // PCC BusType definitions.
956 } PCI, PCC; member in union:pxe_device
1161 // For PCC bus devices, this field is set to PXE_BUSTYPE_PCC.
1166 // This identifies the PCC network device that this UNDI interface
1174 // This is a copy of the PCC configuration space for this
/external/syslinux/efi64/include/efi/
H A Defi_pxe.h946 // PCC BusType definitions.
956 } PCI, PCC; member in union:pxe_device
1161 // For PCC bus devices, this field is set to PXE_BUSTYPE_PCC.
1166 // This identifies the PCC network device that this UNDI interface
1174 // This is a copy of the PCC configuration space for this
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/
H A Defi_pxe.h946 // PCC BusType definitions.
956 } PCI, PCC; member in union:pxe_device
1161 // For PCC bus devices, this field is set to PXE_BUSTYPE_PCC.
1166 // This identifies the PCC network device that this UNDI interface
1174 // This is a copy of the PCC configuration space for this
/external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
H A DUefiPxe.h892 /// PCC BusType definitions.
903 PCI, PCC; member in union:pxe_device
1205 /// For PCC bus devices, this field is set to PXE_BUSTYPE_PCC.
1210 /// This identifies the PCC network device that this UNDI interface
1218 /// This is a copy of the PCC configuration space for this
/external/v8/src/s390/
H A Dsimulator-s390.h960 EVALUATE(PCC);
H A Dconstants-s390.h1451 V(pcc, PCC, 0xB92C) /* type = RRE PERFORM CRYPTOGRAPHIC COMPUTATION */ \
H A Dsimulator-s390.cc1186 EvalTable[PCC] = &Simulator::Evaluate_PCC;
10231 EVALUATE(PCC) {
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp3151 Sema::ParserCompletionContext PCC) {
3152 switch (PCC) {
3150 mapCodeCompletionContext(Sema &S, Sema::ParserCompletionContext PCC) argument

Completed in 482 milliseconds