HomeSort by relevance Sort by last modified time
    Searched full:cee (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/clang/lib/ARCMigrate/
TransGCCalls.cpp 46 Expr *CEE = E->getCallee()->IgnoreParenImpCasts();
47 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(CEE)) {
  /external/kernel-headers/original/uapi/linux/
dcbnl.h 101 /* CEE DCBX std supported values */
106 * struct cee_pg - CEE Priority-Group managed object
125 * struct cee_pfc - CEE PFC managed object
146 * object is also used for the CEE std as well. There is no difference
216 * @DCB_CMD_CEE_GET: get CEE aggregated configuration
285 * @DCB_ATTR_CEE: CEE std supported attributes (NLA_NESTED)
309 /* CEE nested attributes */
348 * enum cee_attrs - CEE DCBX get attributes.
360 * An aggregated collection of the cee std negotiated parameters.
564 * supports the CEE protocol flavo
    [all...]
  /external/clang/lib/Analysis/
CallGraph.cpp 46 Expr *CEE = CE->getCallee()->IgnoreParenImpCasts();
47 if (BlockExpr *Block = dyn_cast<BlockExpr>(CEE)) {
  /packages/inputmethods/LatinIME/java/res/xml/
rowkeys_kannada1.xml 80 U+0CEE: "?" KANNADA DIGIT EIGHT -->
  /external/valgrind/main/VEX/priv/
ir_defs.c     [all...]
host_x86_isel.c 382 IRCallee* cee, Int n_arg_ws,
390 addInstr(env, X86Instr_Call( cc, toUInt(Ptr_to_ULong(cee->addr)),
391 cee->regparms, rloc));
432 IRCallee* cee, IRType retTy, IRExpr** args )
504 vassert(cee->regparms >= 0 && cee->regparms <= 3);
538 stack_limit = cee->regparms;
551 if (cee->regparms > 0) {
561 argreg = cee->regparms;
686 callHelperAndClearArgs( env, cc, cee, n_arg_ws, *retloc )
    [all...]
host_mips_isel.c 397 IRCallee* cee, IRType retTy, IRExpr** args )
418 to regs GPR4 ... GPR7. Note that the cee->regparms field is meaningless
424 to regs GPR4 ... GPR11. Note that the cee->regparms field is meaningless
643 ULong target = mode64 ? Ptr_to_ULong(cee->addr) :
644 toUInt(Ptr_to_ULong(cee->addr));
    [all...]
ir_opt.c 360 IRExpr_CCall(ex->Iex.CCall.cee,
3403 IRCallee* cee; member in struct:__anon35934::__anon35936::__anon35947
    [all...]
guest_s390_toIR.c 770 call->Iex.CCall.cee->mcx_mask = (1<<0) | (1<<3);
806 call->Iex.CCall.cee->mcx_mask = (1<<0) | (1<<1) | (1<<4);
830 call->Iex.CCall.cee->mcx_mask = (1<<0) | (1<<1) | (1<<4);
    [all...]
host_amd64_isel.c 433 IRCallee* cee, IRType retTy, IRExpr** args )
507 /* Note that the cee->regparms field is meaningless on AMD64 host
694 AMD64Instr_Call(cc, Ptr_to_ULong(cee->addr), n_args, *retloc));
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 180 if (Optional<CallExitEnd> CEE = Node->getLocationAs<CallExitEnd>())
181 if (CEE->getCalleeContext()->getCallSite() == S)
197 Optional<CallExitEnd> CEE = Node->getLocationAs<CallExitEnd>();
198 if (!CEE)
201 const StackFrameContext *CalleeContext = CEE->getCalleeContext();
927 } else if (Optional<CallExitEnd> CEE = pp.getAs<CallExitEnd>()) {
928 if (CEE->getCalleeContext()->getCallSite() == S ||
929 CEE->getCalleeContext()->getCallSite() == Inner)
    [all...]
PathDiagnostic.cpp 682 } else if (Optional<CallExitEnd> CEE = P.getAs<CallExitEnd>()) {
683 return getLocationForCaller(CEE->getCalleeContext(),
684 CEE->getLocationContext(),
701 if (Optional<CallExitEnd> CEE = P.getAs<CallExitEnd>())
702 return CEE->getCalleeContext()->getCallSite();
    [all...]
ExprEngineCallAndReturn.cpp 86 } else if (Optional<CallExitEnd> CEE = PP.getAs<CallExitEnd>()) {
87 S = CEE->getCalleeContext()->getCallSite();
98 } while (!CE || CE->getCalleeContext() != CEE->getCalleeContext());
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
Kannada.java 118 // U+0CEE: "?" KANNADA DIGIT EIGHT
  /external/clang/lib/AST/
Expr.cpp     [all...]
  /external/chromium_org/third_party/icu/source/data/unidata/
WordBreakProperty.txt 606 1CEE..1CF1 ; ALetter
659 2CEB..2CEE ; ALetter
DerivedCoreProperties.txt 655 1CEE..1CF1 ; Alphabetic
709 2CEB..2CEE ; Alphabetic
    [all...]
LineBreak.txt 585 1CEE..1CF1;AL
907 2C60..2CEE;AL
SentenceBreakProperty.txt 899 2CEE ; Lower
    [all...]
  /external/valgrind/main/VEX/pub/
libvex_ir.h 1947 IRCallee* cee; \/* Function to call. *\/ member in struct:_IRExpr::__anon36003::__anon36014
2214 IRCallee* cee; \/* where to call *\/ member in struct:_IRDirty
    [all...]
  /external/valgrind/main/memcheck/
mc_translate.c 6384 IRCallee* cee; local
    [all...]
  /external/valgrind/main/VEX/
test_main.c     [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrOvalRenderer.cpp 143 const CircleEdgeEffect& cee = CastEffect<CircleEdgeEffect>(other); variable
144 return cee.fStroke == fStroke;
    [all...]
  /external/skia/src/gpu/
GrOvalRenderer.cpp 143 const CircleEdgeEffect& cee = CastEffect<CircleEdgeEffect>(other); variable
144 return cee.fStroke == fStroke;
    [all...]
  /external/icu/icu4c/source/data/unidata/
DerivedCoreProperties.txt 698 1CEE..1CF1 ; Alphabetic
753 2CEB..2CEE ; Alphabetic
    [all...]

Completed in 2208 milliseconds

1 2 3