/external/llvm-project/clang/unittests/AST/ |
D | CommentParser.cpp | 63 FullComment *FC = P.parseFullComment(); in parseString() local 598 FullComment *FC = parseString(Source); in TEST_F() local 605 FullComment *FC = parseString(Source); in TEST_F() local 616 FullComment *FC = parseString(Source); in TEST_F() local 668 FullComment *FC = parseString(Sources[i]); in TEST_F() local 682 FullComment *FC = parseString(Source); in TEST_F() local 699 FullComment *FC = parseString(Source); in TEST_F() local 726 FullComment *FC = parseString(Source); in TEST_F() local 752 FullComment *FC = parseString(Source); in TEST_F() local 771 FullComment *FC = parseString(Source); in TEST_F() local [all …]
|
/external/clang/unittests/AST/ |
D | CommentParser.cpp | 65 FullComment *FC = P.parseFullComment(); in parseString() local 600 FullComment *FC = parseString(Source); in TEST_F() local 607 FullComment *FC = parseString(Source); in TEST_F() local 618 FullComment *FC = parseString(Source); in TEST_F() local 670 FullComment *FC = parseString(Sources[i]); in TEST_F() local 684 FullComment *FC = parseString(Source); in TEST_F() local 701 FullComment *FC = parseString(Source); in TEST_F() local 728 FullComment *FC = parseString(Source); in TEST_F() local 754 FullComment *FC = parseString(Source); in TEST_F() local 773 FullComment *FC = parseString(Source); in TEST_F() local [all …]
|
/external/tensorflow/tensorflow/core/kernels/ |
D | eigen_benchmark_cpu_test.cc | 120 #define BM_SPATIAL_NAME(prefix, NT, N, H, W, C, FC, FH, FW) \ argument 123 #define BM_SpatialConvolution(NT, N, H, W, C, FC, FH, FW, LABEL) \ argument 131 #define BM_SpatialConvolutionBwdInput(NT, N, H, W, C, FC, FH, FW, LABEL) \ argument 140 #define BM_SpatialConvolutionBwdKernel(NT, N, H, W, C, FC, FH, FW, LABEL) \ argument 149 #define BM_SpatialConvolutions(N, H, W, C, FC, FH, FW, LABEL) \ argument 155 #define BM_SpatialConvolutionsBwdInput(N, H, W, C, FC, FH, FW, LABEL) \ argument 161 #define BM_SpatialConvolutionsBwdKernel(N, H, W, C, FC, FH, FW, LABEL) \ argument 351 #define BM_CUBOID_NAME(p, NT, N, H, W, P, C, FC, FH, FW, FP) \ argument 355 #define BM_CuboidConvolution(NT, N, H, W, P, C, FC, FH, FW, FP, LABEL) \ argument 363 #define BM_CuboidConvolutionBwdInput(NT, N, H, W, P, C, FC, FH, FW, FP, LABEL) \ argument [all …]
|
D | conv_ops_benchmark_test.cc | 317 #define BM_NAME(name, type, N, H, W, C, FW, FH, FC) \ argument 320 #define BM_Conv2D(N, H, W, C, FW, FH, FC, type, LABEL) \ argument 331 #define BM_Conv2DWithBias(N, H, W, C, FW, FH, FC, type, LABEL) \ argument 343 #define BM_Conv2DWithBiasAndRelu(N, H, W, C, FW, FH, FC, type, LABEL) \ argument 357 #define BM_FusedConv2DWithBias(N, H, W, C, FW, FH, FC, type, LABEL) \ argument 370 #define BM_FusedConv2DWithBiasAndRelu(N, H, W, C, FW, FH, FC, type, LABEL) \ argument 384 #define BM_Conv2DWithBatchNorm(N, H, W, C, FW, FH, FC, type, LABEL) \ argument 396 #define BM_Conv2DWithBatchNormAndRelu(N, H, W, C, FW, FH, FC, type, LABEL) \ argument 411 #define BM_FusedConv2DWithBatchNorm(N, H, W, C, FW, FH, FC, type, LABEL) \ argument 425 #define BM_FusedConv2DWithBatchNormAndRelu(N, H, W, C, FW, FH, FC, type, \ argument [all …]
|
D | conv_grad_filter_ops_benchmark_test.cc | 112 #define BM_NAME(name, type, T, FMT, N, H, W, C, FH, FW, FC, SH, SW, PADDING) \ argument 116 #define BM_Conv2DBwdFilter(T, FMT, N, H, W, C, FH, FW, FC, SH, SW, PADDING, \ argument
|
D | conv_grad_input_ops_benchmark_test.cc | 111 #define BM_NAME(name, type, T, FMT, N, H, W, C, FH, FW, FC, SH, SW, PADDING) \ argument 115 #define BM_Conv2DBwdInput(T, FMT, N, H, W, C, FW, FH, FC, SH, SW, PADDING, \ argument
|
/external/tensorflow/tensorflow/core/kernels/mkl/ |
D | mkl_conv_ops_test.cc | 294 #define BM_NAME(p, type, N, H, W, C, FC, FH, FW) \ argument 300 #define BM_Conv2DT(kind, N, H, W, C, FC, FH, FW, type, LABEL) \ argument 315 #define BM_Conv2D(N, H, W, C, FC, FH, FW, type, LABEL) \ argument 319 #define BM_Conv2D(N, H, W, C, FC, FH, FW, type, LABEL) \ argument 323 #define BM_Conv2DBwdInputT(kind, N, H, W, C, FC, FH, FW, type, LABEL) \ argument 338 #define BM_Conv2DBwdInput(N, H, W, C, FC, FH, FW, type, LABEL) \ argument 342 #define BM_Conv2DBwdInput(N, H, W, C, FC, FH, FW, type, LABEL) \ argument 346 #define BM_Conv2DBwdFilterT(kind, N, H, W, C, FC, FH, FW, type, LABEL) \ argument 361 #define BM_Conv2DBwdFilter(N, H, W, C, FC, FH, FW, type, LABEL) \ argument 365 #define BM_Conv2DBwdFilter(N, H, W, C, FC, FH, FW, type, LABEL) \ argument
|
/external/llvm-project/llvm/tools/dsymutil/ |
D | Reproducer.h | 58 std::shared_ptr<FileCollector> FC; variable
|
/external/llvm-project/clang-tools-extra/clang-doc/ |
D | Serialize.cpp | 416 const FullComment *FC, int LineNumber, in populateFunctionInfo() 491 emitInfo(const NamespaceDecl *D, const FullComment *FC, int LineNumber, in emitInfo() 517 emitInfo(const RecordDecl *D, const FullComment *FC, int LineNumber, in emitInfo() 562 emitInfo(const FunctionDecl *D, const FullComment *FC, int LineNumber, in emitInfo() 586 emitInfo(const CXXMethodDecl *D, const FullComment *FC, int LineNumber, in emitInfo() 618 emitInfo(const EnumDecl *D, const FullComment *FC, int LineNumber, in emitInfo()
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITMultipleModuleTest.cpp | 250 Function *FA, *FB, *FC; in TEST_F() local 275 Function *FA, *FB, *FC; in TEST_F() local 300 Function *FA, *FB, *FC; in TEST_F() local 325 Function *FA, *FB, *FC; in TEST_F() local
|
D | MCJITTestBase.h | 222 std::unique_ptr<Module> &C, Function *&FC) { in createThreeModuleChainedCallsCase() 265 std::unique_ptr<Module> &C, Function *&FC) { in createThreeModuleCase()
|
/external/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITMultipleModuleTest.cpp | 252 Function *FA, *FB, *FC; in TEST_F() local 277 Function *FA, *FB, *FC; in TEST_F() local 302 Function *FA, *FB, *FC; in TEST_F() local 327 Function *FA, *FB, *FC; in TEST_F() local
|
D | MCJITTestBase.h | 218 std::unique_ptr<Module> &C, Function *&FC) { in createThreeModuleChainedCallsCase() 260 std::unique_ptr<Module> &C, Function *&FC) { in createThreeModuleCase()
|
/external/llvm-project/clang/lib/AST/ |
D | ASTDumper.cpp | 252 const auto *FC = dyn_cast<FullComment>(this); in dump() local 261 const auto *FC = dyn_cast<FullComment>(this); in dump() local 269 const auto *FC = dyn_cast<FullComment>(this); in dumpColor() local
|
/external/llvm-project/clang/lib/Index/ |
D | CommentToXML.cpp | 221 CommentASTToHTMLConverter(const FullComment *FC, in CommentASTToHTMLConverter() 253 const FullComment *FC; member in __anonebfccc1f0111::CommentASTToHTMLConverter 532 CommentASTToXMLConverter(const FullComment *FC, in CommentASTToXMLConverter() 567 const FullComment *FC; member in __anonebfccc1f0211::CommentASTToXMLConverter 1129 void CommentToXMLConverter::convertCommentToHTML(const FullComment *FC, in convertCommentToHTML() 1145 void CommentToXMLConverter::convertCommentToXML(const FullComment *FC, in convertCommentToXML()
|
/external/clang/lib/Index/ |
D | CommentToXML.cpp | 224 CommentASTToHTMLConverter(const FullComment *FC, in CommentASTToHTMLConverter() 256 const FullComment *FC; member in __anon2b7517710111::CommentASTToHTMLConverter 531 CommentASTToXMLConverter(const FullComment *FC, in CommentASTToXMLConverter() 570 const FullComment *FC; member in __anon2b7517710211::CommentASTToXMLConverter 1132 void CommentToXMLConverter::convertCommentToHTML(const FullComment *FC, in convertCommentToHTML() 1148 void CommentToXMLConverter::convertCommentToXML(const FullComment *FC, in convertCommentToXML()
|
/external/clang/tools/libclang/ |
D | CXComment.cpp | 40 const FullComment *FC = Context.getCommentForDecl(D, /*PP=*/nullptr); in clang_Cursor_getParsedComment() local 381 const FullComment *FC = getASTNodeAs<FullComment>(CXC); in clang_FullComment_getAsHTML() local 396 const FullComment *FC = getASTNodeAs<FullComment>(CXC); in clang_FullComment_getAsXML() local
|
/external/llvm-project/clang/tools/libclang/ |
D | CXComment.cpp | 36 const FullComment *FC = Context.getCommentForDecl(D, /*PP=*/nullptr); in clang_Cursor_getParsedComment() local 380 const FullComment *FC = getASTNodeAs<FullComment>(CXC); in clang_FullComment_getAsHTML() local 395 const FullComment *FC = getASTNodeAs<FullComment>(CXC); in clang_FullComment_getAsXML() local
|
/external/llvm-project/clang-tools-extra/clang-tidy/google/ |
D | GlobalVariableDeclarationCheck.cpp | 35 char FC = Decl->getName()[0]; in generateFixItHint() local
|
/external/llvm-project/clang/tools/clang-offload-bundler/ |
D | ClangOffloadBundler.cpp | 241 StringRef FC = Input.getBuffer(); in ReadHeader() local 322 StringRef FC = Input.getBuffer(); in ReadBundle() local 642 StringRef FC = Input.getBuffer(); in ReadBundleStart() local 664 StringRef FC = Input.getBuffer(); in ReadBundleEnd() local 678 StringRef FC = Input.getBuffer(); in ReadBundle() local
|
/external/llvm-project/llvm/test/tools/llvm-pdbutil/Inputs/ |
D | FilterTest.cpp | 38 static FilterTestClass FC; in AFunc() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | IRSymtab.cpp | 347 FileContents FC; in upgrade() local 397 FileContents FC; in readBitcode() local
|
/external/llvm-project/llvm/lib/Object/ |
D | IRSymtab.cpp | 351 FileContents FC; in upgrade() local 401 FileContents FC; in readBitcode() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | DebugChecksumsSubsection.cpp | 95 for (const auto &FC : Checksums) { in commit() local
|
/external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | DebugChecksumsSubsection.cpp | 95 for (const auto &FC : Checksums) { in commit() local
|