HomeSort by relevance Sort by last modified time
    Searched defs:FC (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Target/MBlaze/MCTargetDesc/
MBlazeBaseInfo.h 53 FC,
  /external/clang/unittests/AST/
CommentParser.cpp 64 FullComment *FC = P.parseFullComment();
68 FC->dump(llvm::errs(), &Traits, &SourceMgr);
74 return FC;
599 FullComment *FC = parseString(Source);
600 ASSERT_TRUE(HasChildCount(FC, 0));
606 FullComment *FC = parseString(Source);
607 ASSERT_TRUE(HasChildCount(FC, 1));
609 ASSERT_TRUE(HasParagraphCommentAt(FC, 0, " Meow"));
617 FullComment *FC = parseString(Source);
618 ASSERT_TRUE(HasChildCount(FC, 1))
    [all...]
  /external/clang/lib/AST/
CommentSema.cpp 406 FullComment *FC = new (Allocator) FullComment(Blocks, ThisDeclInfo);
407 resolveParamCommandIndexes(FC);
408 return FC;
494 void Sema::resolveParamCommandIndexes(const FullComment *FC) {
511 for (Comment::child_iterator I = FC->child_begin(), E = FC->child_end();
  /external/clang/tools/libclang/
CXComment.cpp 836 const FullComment *FC = getASTNodeAs<FullComment>(CXC);
837 if (!FC)
842 Converter.visit(FC);
    [all...]
CIndex.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 232 if (const SCEVConstant *FC = dyn_cast<SCEVConstant>(Factor)) {
236 FC->getValue()->getValue()));
246 FC->getValue()->getValue())));
259 const SCEVConstant *FC = cast<SCEVConstant>(Factor);
261 if (!C->getValue()->getValue().srem(FC->getValue()->getValue())) {
265 FC->getValue()->getValue()));
    [all...]
  /external/llvm/lib/VMCore/
Constants.cpp     [all...]

Completed in 248 milliseconds