Searched refs:build_from_tokens (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/ |
D | calc.c | 41 static LLVMValueRef build_from_tokens(char **tokens, int ntokens, in build_from_tokens() function 130 res = build_from_tokens(tokens + 1, ntokens - 1, builder, param); in handle_line()
|
/external/llvm/tools/llvm-c-test/ |
D | calc.c | 41 static LLVMValueRef build_from_tokens(char **tokens, int ntokens, in build_from_tokens() function 130 res = build_from_tokens(tokens + 1, ntokens - 1, builder, param); in handle_line()
|