/prebuilts/go/darwin-x86/misc/cgo/fortran/ |
test.bash | 10 FC=$1 19 case "$FC" in 21 libpath=$(dirname $($FC -print-file-name=libgfortran.$libext)) 26 if ! $FC helloworld/helloworld.f90 -o main.exe >& /dev/null; then 27 echo "skipping Fortran test: could not build helloworld.f90 with $FC"
|
/prebuilts/go/linux-x86/misc/cgo/fortran/ |
test.bash | 10 FC=$1 19 case "$FC" in 21 libpath=$(dirname $($FC -print-file-name=libgfortran.$libext)) 26 if ! $FC helloworld/helloworld.f90 -o main.exe >& /dev/null; then 27 echo "skipping Fortran test: could not build helloworld.f90 with $FC"
|
/external/clang/unittests/AST/ |
CommentParser.cpp | 65 FullComment *FC = P.parseFullComment(); 69 FC->dump(llvm::errs(), &Traits, &SourceMgr); 75 return FC; 600 FullComment *FC = parseString(Source); 601 ASSERT_TRUE(HasChildCount(FC, 0)); 607 FullComment *FC = parseString(Source); 608 ASSERT_TRUE(HasChildCount(FC, 1)); 610 ASSERT_TRUE(HasParagraphCommentAt(FC, 0, " Meow")); 618 FullComment *FC = parseString(Source); 619 ASSERT_TRUE(HasChildCount(FC, 1)) [all...] |
/external/cblas/ |
Makefile.ALPHA | 33 FC = f77 34 LOADER = $(FC)
|
Makefile.HPPA | 33 FC = f77 34 LOADER = $(FC)
|
Makefile.LINUX | 33 FC = gfortran 34 LOADER = $(FC)
|
Makefile.SGI64 | 33 FC = f77 34 LOADER = $(FC)
|
Makefile.SUN4 | 33 FC = f77 34 LOADER = $(FC)
|
Makefile.SUN4SOL2 | 33 FC = f77 34 LOADER = $(FC)
|
Makefile.in | 33 FC = gfortran 34 LOADER = $(FC)
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Index/ |
CommentToXML.h | 30 void convertCommentToHTML(const comments::FullComment *FC, 38 void convertCommentToXML(const comments::FullComment *FC,
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Index/ |
CommentToXML.h | 30 void convertCommentToHTML(const comments::FullComment *FC, 38 void convertCommentToXML(const comments::FullComment *FC,
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Index/ |
CommentToXML.h | 30 void convertCommentToHTML(const comments::FullComment *FC, 38 void convertCommentToXML(const comments::FullComment *FC,
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Index/ |
CommentToXML.h | 30 void convertCommentToHTML(const comments::FullComment *FC, 38 void convertCommentToXML(const comments::FullComment *FC,
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Index/ |
CommentToXML.h | 30 void convertCommentToHTML(const comments::FullComment *FC, 38 void convertCommentToXML(const comments::FullComment *FC,
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Index/ |
CommentToXML.h | 30 void convertCommentToHTML(const comments::FullComment *FC, 38 void convertCommentToXML(const comments::FullComment *FC,
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Index/ |
CommentToXML.h | 30 void convertCommentToHTML(const comments::FullComment *FC, 38 void convertCommentToXML(const comments::FullComment *FC,
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Index/ |
CommentToXML.h | 30 void convertCommentToHTML(const comments::FullComment *FC, 38 void convertCommentToXML(const comments::FullComment *FC,
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Index/ |
CommentToXML.h | 30 void convertCommentToHTML(const comments::FullComment *FC, 38 void convertCommentToXML(const comments::FullComment *FC,
|
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Index/ |
CommentToXML.h | 30 void convertCommentToHTML(const comments::FullComment *FC, 38 void convertCommentToXML(const comments::FullComment *FC,
|
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Index/ |
CommentToXML.h | 30 void convertCommentToHTML(const comments::FullComment *FC, 38 void convertCommentToXML(const comments::FullComment *FC,
|
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Index/ |
CommentToXML.h | 30 void convertCommentToHTML(const comments::FullComment *FC, 38 void convertCommentToXML(const comments::FullComment *FC,
|
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Index/ |
CommentToXML.h | 30 void convertCommentToHTML(const comments::FullComment *FC, 38 void convertCommentToXML(const comments::FullComment *FC,
|
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Index/ |
CommentToXML.h | 30 void convertCommentToHTML(const comments::FullComment *FC, 38 void convertCommentToXML(const comments::FullComment *FC,
|
/external/clang/include/clang/Index/ |
CommentToXML.h | 35 void convertCommentToHTML(const comments::FullComment *FC, 43 void convertCommentToXML(const comments::FullComment *FC,
|