Home
last modified time | relevance | path

Searched refs:parse_property (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/llvm/lib/Support/
DYAMLParser.cpp2316 parse_property: in parseBlockNode()
2328 goto parse_property; in parseBlockNode()
2336 goto parse_property; in parseBlockNode()
/external/llvm/lib/Support/
DYAMLParser.cpp2309 parse_property: in parseBlockNode()
2321 goto parse_property; in parseBlockNode()
2329 goto parse_property; in parseBlockNode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DYAMLParser.cpp2325 parse_property: in parseBlockNode()
2337 goto parse_property; in parseBlockNode()
2345 goto parse_property; in parseBlockNode()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_text.c1766 static boolean parse_property( struct translate_ctx *ctx ) in parse_property() function
1882 if (!parse_property( ctx )) in translate()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_text.c1741 static boolean parse_property( struct translate_ctx *ctx ) in parse_property() function
1858 if (!parse_property( ctx )) in translate()
/external/libdrm/tests/modetest/
Dmodetest.c1983 static int parse_property(struct property_arg *p, const char *arg) in parse_property() function
2146 if (parse_property(&prop_args[prop_count], optarg) < 0) in main()