Home
last modified time | relevance | path

Searched defs:ARC (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DLazyCallGraphTest.cpp618 LazyCallGraph::RefSCC &ARC = *CG.lookupRefSCC(A); in TEST() local
768 LazyCallGraph::RefSCC &ARC = *CG.lookupRefSCC(A1); in TEST() local
860 LazyCallGraph::RefSCC &ARC = *CG.lookupRefSCC(A1); in TEST() local
963 LazyCallGraph::RefSCC &ARC = *CG.lookupRefSCC(A); in TEST() local
1036 LazyCallGraph::RefSCC &ARC = *CG.lookupRefSCC(A); in TEST() local
1106 LazyCallGraph::RefSCC &ARC = *CG.lookupRefSCC(A1); in TEST() local
1363 LazyCallGraph::RefSCC &ARC = *NewRCs[1]; in TEST() local
/external/strace/
Dconfigure.ac88 AC_DEFINE([ARC], 1, [Define for the ARC architecture.]) definition
/external/llvm/unittests/Analysis/
DLazyCallGraphTest.cpp491 LazyCallGraph::RefSCC &ARC = *CG.lookupRefSCC(A); in TEST() local
616 LazyCallGraph::RefSCC &ARC = *CG.lookupRefSCC(A1); in TEST() local
740 LazyCallGraph::RefSCC &ARC = *I; in TEST() local
/external/u-boot/arch/
DKconfig11 config ARC config in choice76f1ed2d0104
/external/python/cpython2/Lib/lib-tk/
DTkconstants.py97 ARC='arc' variable
/external/python/cpython3/Lib/tkinter/
Dconstants.py97 ARC='arc' variable
/external/libffi/
Dconfigure.ac325 AM_CONDITIONAL(ARC, test x$TARGET = xARC) condition
/external/python/cpython2/Modules/_ctypes/libffi/
Dconfigure.ac326 AM_CONDITIONAL(ARC, test x$TARGET = xARC) condition
/external/clang/lib/Driver/
DTools.cpp5552 bool ARC = isObjCAutoRefCount(Args); in ConstructJob() local