HomeSort by relevance Sort by last modified time
    Searched full:callb (Results 1 - 3 of 3) sorted by null

  /external/clang/test/CodeGen/
branch-target-layout.c 13 void callb();
18 // CHECK: @callb
25 callb();
30 // CHECK: @callb
36 callb();
  /external/llvm/test/CodeGen/ARM/
invoke-donothing-assert.ll 16 invoke void @callB()
71 declare void @callB()
  /external/openssl/apps/
x509.c 156 static int MS_CALLBACK callb(int ok, X509_STORE_CTX *ctx);
239 X509_STORE_set_verify_cb(ctx,callb);
1222 static int MS_CALLBACK callb(int ok, X509_STORE_CTX *ctx) function
    [all...]

Completed in 103 milliseconds