HomeSort by relevance Sort by last modified time
    Searched refs:nexpr (Results 1 - 5 of 5) sorted by null

  /external/linux-tools-perf/util/
probe-finder.c 421 size_t nexpr; local
429 ret = dwarf_getlocation(&attr, &expr, &nexpr);
430 if (ret < 0 || nexpr == 0)
433 if (expr[0].atom != DW_OP_plus_uconst || nexpr != 1) {
435 expr[0].atom, nexpr);
    [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
  /external/libsepol/src/
write.c 867 uint32_t buf[3], nexpr; local
871 nexpr = 0;
873 nexpr++;
876 buf[1] = cpu_to_le32(nexpr);
    [all...]
policydb.c 1910 size_t nexpr; local
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]

Completed in 185 milliseconds