Home
last modified time | relevance | path

Searched refs:funC (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/test/Transforms/MergeFunc/
Dlinkonce_odr.ll1 ; RUN: opt -S -mergefunc < %s | FileCheck %s -implicit-check-not=funC
18 define linkonce_odr i32 @funC(i32 %x, i32 %y) {
40 ; @funC, however, can safely be deleted as it has no uses, and is discardable
/external/pdfium/fxjs/
Djs_define.cpp44 v8::Local<v8::Function> funC = v8::Local<v8::Function>::Cast(v); in JS_DateParse() local
52 v = funC->Call(context, context->Global(), argc, argv).ToLocalChecked(); in JS_DateParse()