Searched refs:FC (Results 26 - 50 of 79) sorted by relevance

1234

/external/clang/lib/AST/
H A DASTContext.cpp418 comments::FullComment *ASTContext::cloneFullComment(comments::FullComment *FC, argument
424 ThisDeclInfo->CommentDecl = FC->getDecl();
426 ThisDeclInfo->TemplateParameters = FC->getDeclInfo()->TemplateParameters;
428 new (*this) comments::FullComment(FC->getBlocks(),
452 comments::FullComment *FC = Pos->second; local
453 comments::FullComment *CFC = cloneFullComment(FC, D);
468 if (comments::FullComment *FC = getCommentForDecl(PDecl, PP))
469 return cloneFullComment(FC, D);
474 if (comments::FullComment *FC = getCommentForDecl(Overridden[i], PP))
475 return cloneFullComment(FC,
[all...]
/external/llvm/lib/IR/
H A DVerifier.cpp293 void visitFCmpInst(FCmpInst &FC);
1810 void Verifier::visitFCmpInst(FCmpInst &FC) { argument
1812 Type *Op0Ty = FC.getOperand(0)->getType();
1813 Type *Op1Ty = FC.getOperand(1)->getType();
1815 "Both operands to FCmp instruction are not of the same type!", &FC);
1818 "Invalid operand types for FCmp instruction", &FC);
1820 Assert1(FC.getPredicate() >= CmpInst::FIRST_FCMP_PREDICATE &&
1821 FC.getPredicate() <= CmpInst::LAST_FCMP_PREDICATE,
1822 "Invalid predicate in FCmp instruction!", &FC);
1824 visitInstruction(FC);
[all...]
/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp228 if (const SCEVConstant *FC = dyn_cast<SCEVConstant>(Factor)) {
232 FC->getValue()->getValue()));
242 FC->getValue()->getValue())));
255 const SCEVConstant *FC = cast<SCEVConstant>(Factor); local
257 if (!C->getValue()->getValue().srem(FC->getValue()->getValue())) {
261 FC->getValue()->getValue()));
/external/clang/include/clang/AST/
H A DComment.h766 StringRef getParamName(const FullComment *FC) const;
836 StringRef getParamName(const FullComment *FC) const;
/external/chromium_org/third_party/icu/source/data/sprep/
H A Drfc3530cs.txt220 10FC..10FF; ; UNASSIGNED
H A Drfc3530mixp.txt221 10FC..10FF; ; UNASSIGNED
H A Drfc3920res.txt221 10FC..10FF; ; UNASSIGNED
H A Drfc4011.txt220 10FC..10FF; ; UNASSIGNED
H A Drfc4013.txt221 10FC..10FF; ; UNASSIGNED
H A Drfc4505.txt220 10FC..10FF; ; UNASSIGNED
H A Drfc3491.txt221 10FC..10FF; ; UNASSIGNED
513 00DC; 00FC; MAP
649 01FC; 01FD; MAP
H A Drfc3530csci.txt220 10FC..10FF; ; UNASSIGNED
512 00DC; 00FC; MAP
648 01FC; 01FD; MAP
H A Drfc3722.txt221 10FC..10FF; ; UNASSIGNED
513 00DC; 00FC; MAP
649 01FC; 01FD; MAP
H A Drfc3920node.txt221 10FC..10FF; ; UNASSIGNED
513 00DC; 00FC; MAP
649 01FC; 01FD; MAP
H A Drfc4518ci.txt220 10FC..10FF; ; UNASSIGNED
480 00DC; 00FC; MAP
616 01FC; 01FD; MAP
/external/chromium_org/third_party/icu/source/test/testdata/
H A Dnfs4_cs_prep_cs.txt212 10FC..10FF; ; UNASSIGNED
H A Dnfs4_mixed_prep_p.txt212 10FC..10FF; ; UNASSIGNED
/external/icu/icu4c/source/data/sprep/
H A Drfc3530cs.txt220 10FC..10FF; ; UNASSIGNED
H A Drfc3530mixp.txt221 10FC..10FF; ; UNASSIGNED
H A Drfc3920res.txt221 10FC..10FF; ; UNASSIGNED
H A Drfc4011.txt220 10FC..10FF; ; UNASSIGNED
H A Drfc4013.txt221 10FC..10FF; ; UNASSIGNED
H A Drfc4505.txt220 10FC..10FF; ; UNASSIGNED
/external/icu/icu4c/source/test/testdata/
H A Dnfs4_cs_prep_cs.txt212 10FC..10FF; ; UNASSIGNED
H A Dnfs4_mixed_prep_p.txt212 10FC..10FF; ; UNASSIGNED

Completed in 5745 milliseconds

1234