HomeSort by relevance Sort by last modified time
    Searched refs:Walker (Results 51 - 71 of 71) sorted by null

1 23

  /external/regex-re2/re2/
simplify.cc 11 #include "re2/walker-inl.h"
99 // Walker subclass used by Simplify.
103 class SimplifyWalker : public Regexp::Walker<Regexp*> {
regexp.cc 11 #include "re2/walker-inl.h"
499 typedef int Ignored; // Walker<void> doesn't exist
501 // Walker subclass to count capturing parens in regexp.
502 class NumCapturesWalker : public Regexp::Walker<Ignored> {
529 // Walker class to build map of named capture groups and their indices.
530 class NamedCapturesWalker : public Regexp::Walker<Ignored> {
573 // Walker class to build map from capture group indices to their names.
574 class CaptureNamesWalker : public Regexp::Walker<Ignored> {
618 // No need for a walker: the regexp must be of the form
compile.cc 14 #include "re2/walker-inl.h"
122 class Compiler : public Regexp::Walker<Frag> {
138 // Interface for Regexp::Walker, which helps traverse the Regexp.
857 // but handles (\A(a|b)). Could use the Walker to write a more exact one.
905 // but handles ((a|b)\z). Could use the Walker to write a more exact one.
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DevicePathFromText.c     [all...]
  /external/llvm/include/llvm/Transforms/Utils/
MemorySSA.h 625 std::unique_ptr<CachingWalker> Walker;
686 /// \brief This is the generic walker interface for walkers of MemorySSA.
742 /// \brief Given a memory access, invalidate anything this walker knows about
746 /// the walker it uses or returns.
    [all...]
  /external/clang/lib/Analysis/
ThreadSafetyCommon.cpp 77 til::SCFG *SExprBuilder::buildCFG(CFGWalker &Walker) {
78 Walker.walk(*this);
    [all...]
  /prebuilts/tools/common/m2/repository/org/javassist/javassist/3.19.0-GA/
javassist-3.19.0-GA.jar 
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
MemorySSA.h 256 /// be rewalked by the walker if necessary.
742 std::unique_ptr<CachingWalker> Walker;
825 /// \brief This is the generic walker interface for walkers of MemorySSA.
889 /// \brief Given a memory access, invalidate anything this walker knows about
893 /// the walker it uses or returns.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
MemorySSA.h 256 /// be rewalked by the walker if necessary.
742 std::unique_ptr<CachingWalker> Walker;
825 /// \brief This is the generic walker interface for walkers of MemorySSA.
889 /// \brief Given a memory access, invalidate anything this walker knows about
893 /// the walker it uses or returns.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
MemorySSA.h 256 /// be rewalked by the walker if necessary.
742 std::unique_ptr<CachingWalker> Walker;
825 /// \brief This is the generic walker interface for walkers of MemorySSA.
889 /// \brief Given a memory access, invalidate anything this walker knows about
893 /// the walker it uses or returns.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
MemorySSA.h 256 /// be rewalked by the walker if necessary.
742 std::unique_ptr<CachingWalker> Walker;
825 /// \brief This is the generic walker interface for walkers of MemorySSA.
889 /// \brief Given a memory access, invalidate anything this walker knows about
893 /// the walker it uses or returns.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
MemorySSA.h 256 /// be rewalked by the walker if necessary.
742 std::unique_ptr<CachingWalker> Walker;
825 /// \brief This is the generic walker interface for walkers of MemorySSA.
889 /// \brief Given a memory access, invalidate anything this walker knows about
893 /// the walker it uses or returns.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
MemorySSA.h 256 /// be rewalked by the walker if necessary.
742 std::unique_ptr<CachingWalker> Walker;
825 /// \brief This is the generic walker interface for walkers of MemorySSA.
889 /// \brief Given a memory access, invalidate anything this walker knows about
893 /// the walker it uses or returns.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
MemorySSA.h 256 /// be rewalked by the walker if necessary.
742 std::unique_ptr<CachingWalker> Walker;
825 /// \brief This is the generic walker interface for walkers of MemorySSA.
889 /// \brief Given a memory access, invalidate anything this walker knows about
893 /// the walker it uses or returns.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
MemorySSA.h 256 /// be rewalked by the walker if necessary.
742 std::unique_ptr<CachingWalker> Walker;
825 /// \brief This is the generic walker interface for walkers of MemorySSA.
889 /// \brief Given a memory access, invalidate anything this walker knows about
893 /// the walker it uses or returns.
    [all...]
  /external/guice/extensions/struts2/lib/
javassist.jar 
  /external/robolectric/v1/lib/main/
javassist-3.14.0-GA.jar 
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
  /external/guice/extensions/persist/lib/
javassist.jar 
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 3228 milliseconds

1 23