Home
last modified time | relevance | path

Searched refs:lang_c (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/c/
DREADME.md3 - See [www.tensorflow.org/install/lang_c](https://www.tensorflow.org/install/lang_c)
/external/capstone/docs/
DREADME13 http://capstone-engine.org/lang_c.html
/external/clang/lib/AST/
DDeclBase.cpp974 return isLinkageSpecContext(this, clang::LinkageSpecDecl::lang_c); in isExternCContext()
DDeclPrinter.cpp879 if (D->getLanguage() == LinkageSpecDecl::lang_c) in VisitLinkageSpecDecl()
DDeclCXX.cpp2026 SourceLocation(), lang_c, false); in CreateDeserialized()
DASTDumper.cpp1528 case LinkageSpecDecl::lang_c: OS << " C"; break; in VisitLinkageSpecDecl()
DDecl.cpp2709 if (LinkageDecl->getLanguage() != LinkageSpecDecl::lang_c) in getBuiltinID()
/external/toolchain-utils/deprecated/dejagnu/gdb_baseline/
Dx86_64-cros-linux-gnu17882 PASS: gdb.python/py-type.exp: lang_c: continue to breakpoint: break to inspect struct and array.
17883 PASS: gdb.python/py-type.exp: lang_c: test_fields: c typedef field list
17884 PASS: gdb.python/py-type.exp: lang_c: test_fields: print value (st)
17885 PASS: gdb.python/py-type.exp: lang_c: test_fields: get value (st) from history
17886 PASS: gdb.python/py-type.exp: lang_c: test_fields: get fields from st.type
17887 PASS: gdb.python/py-type.exp: lang_c: test_fields: Check number of fields (st)
17888 PASS: gdb.python/py-type.exp: lang_c: test_fields: Check structure field a name
17889 PASS: gdb.python/py-type.exp: lang_c: test_fields: Check structure field b name
17890 PASS: gdb.python/py-type.exp: lang_c: test_fields: Check that dir includes name
17891 PASS: gdb.python/py-type.exp: lang_c: test_fields: Check number of fields (st.type)
[all …]
Darmv7a-cros-linux-gnueabi17523 PASS: gdb.python/py-type.exp: lang_c: continue to breakpoint: break to inspect struct and array.
17524 PASS: gdb.python/py-type.exp: lang_c: test_fields: c typedef field list
17525 PASS: gdb.python/py-type.exp: lang_c: test_fields: print value (st)
17526 PASS: gdb.python/py-type.exp: lang_c: test_fields: get value (st) from history
17527 PASS: gdb.python/py-type.exp: lang_c: test_fields: get fields from st.type
17528 PASS: gdb.python/py-type.exp: lang_c: test_fields: Check number of fields (st)
17529 PASS: gdb.python/py-type.exp: lang_c: test_fields: Check structure field a name
17530 PASS: gdb.python/py-type.exp: lang_c: test_fields: Check structure field b name
17531 PASS: gdb.python/py-type.exp: lang_c: test_fields: Check that dir includes name
17532 PASS: gdb.python/py-type.exp: lang_c: test_fields: Check number of fields (st.type)
[all …]
Di686-pc-linux-gnu17614 PASS: gdb.python/py-type.exp: lang_c: continue to breakpoint: break to inspect struct and array.
17615 PASS: gdb.python/py-type.exp: lang_c: test_fields: c typedef field list
17616 PASS: gdb.python/py-type.exp: lang_c: test_fields: print value (st)
17617 PASS: gdb.python/py-type.exp: lang_c: test_fields: get value (st) from history
17618 PASS: gdb.python/py-type.exp: lang_c: test_fields: get fields from st.type
17619 PASS: gdb.python/py-type.exp: lang_c: test_fields: Check number of fields (st)
17620 PASS: gdb.python/py-type.exp: lang_c: test_fields: Check structure field a name
17621 PASS: gdb.python/py-type.exp: lang_c: test_fields: Check structure field b name
17622 PASS: gdb.python/py-type.exp: lang_c: test_fields: Check that dir includes name
17623 PASS: gdb.python/py-type.exp: lang_c: test_fields: Check number of fields (st.type)
[all …]
/external/clang/include/clang/AST/
DDeclCXX.h2533 lang_c = /* DW_LANG_C */ 0x0002, enumerator
/external/clang/lib/Sema/
DSemaDecl.cpp1811 LinkageSpecDecl::lang_c, false); in LazilyCreateBuiltin()
11907 LinkageSpecDecl::lang_c)) { in AddKnownFunctionAttributes()
15030 case LinkageSpecDecl::lang_c: in checkModuleImportContext()
DSemaDeclCXX.cpp12136 Language = LinkageSpecDecl::lang_c; in ActOnStartLinkageSpecification()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp3726 if (LSD->getLanguage() != LinkageSpecDecl::lang_c && in EmitLinkageSpec()