HomeSort by relevance Sort by last modified time
    Searched defs:follow (Results 1 - 25 of 153) sorted by null

1 2 3 4 5 6 7

  /prebuilts/go/darwin-x86/src/cmd/internal/obj/ppc64/
obj9.go 1070 func follow(ctxt *obj.Link, s *obj.LSym) { func
1240 Follow: follow,
1248 Follow: follow,
  /prebuilts/go/linux-x86/src/cmd/internal/obj/ppc64/
obj9.go 1070 func follow(ctxt *obj.Link, s *obj.LSym) { func
1240 Follow: follow,
1248 Follow: follow,
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/
obj7.go 446 func follow(ctxt *obj.Link, s *obj.LSym) { func
1001 Follow: follow,
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/s390x/
objz.go 842 func follow(ctxt *obj.Link, s *obj.LSym) { func
1025 Follow: follow,
  /prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/
obj7.go 446 func follow(ctxt *obj.Link, s *obj.LSym) { func
1001 Follow: follow,
  /prebuilts/go/linux-x86/src/cmd/internal/obj/s390x/
objz.go 842 func follow(ctxt *obj.Link, s *obj.LSym) { func
1025 Follow: follow,
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm/
obj5.go 865 func follow(ctxt *obj.Link, s *obj.LSym) { func
1051 Follow: follow,
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/x86/
obj6.go 1163 // to follow PIC rules. This in turn can insert more instructions, so we need
1186 func follow(ctxt *obj.Link, s *obj.LSym) { func
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/arm/
obj5.go 865 func follow(ctxt *obj.Link, s *obj.LSym) { func
1051 Follow: follow,
  /prebuilts/go/linux-x86/src/cmd/internal/obj/x86/
obj6.go 1163 // to follow PIC rules. This in turn can insert more instructions, so we need
1186 func follow(ctxt *obj.Link, s *obj.LSym) { func
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/mips/
obj0.go 1421 func follow(ctxt *obj.Link, s *obj.LSym) { func
1565 Follow: follow,
1573 Follow: follow,
1581 Follow: follow,
1589 Follow: follow,
  /prebuilts/go/linux-x86/src/cmd/internal/obj/mips/
obj0.go 1421 func follow(ctxt *obj.Link, s *obj.LSym) { func
1565 Follow: follow,
1573 Follow: follow,
1581 Follow: follow,
1589 Follow: follow,
  /external/svox/pico/lib/
picobase.c 57 picoos_uint8 follow; local
63 follow = 0;
65 if (follow > 0) {
68 follow--;
77 follow = 3;
80 follow = 2;
83 follow = 1;
    [all...]
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3baserecognizer.c 54 static void * match (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_UINT32 ttype, pANTLR3_BITSET_LIST follow);
56 static void mismatch (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_UINT32 ttype, pANTLR3_BITSET_LIST follow);
58 static ANTLR3_BOOLEAN mismatchIsMissingToken (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM is, pANTLR3_BITSET_LIST follow);
64 static void * recoverFromMismatchedToken (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_UINT32 ttype, pANTLR3_BITSET_LIST follow);
65 static void * recoverFromMismatchedSet (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_BITSET_LIST follow);
66 static ANTLR3_BOOLEAN recoverFromMismatchedElement(pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_BITSET_LIST follow);
80 ANTLR3_UINT32 expectedTokenType, pANTLR3_BITSET_LIST follow);
412 /// symbols that can follow rule ref.
416 ANTLR3_UINT32 ttype, pANTLR3_BITSET_LIST follow)
478 matchedSymbol = recognizer->recoverFromMismatchedToken(recognizer, ttype, follow);
1622 pANTLR3_BITSET follow; local
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
OpenWnnClauseConverterJAJP.java 442 WnnWord follow = followFzksi.next(); local
443 if (connectible(word.partOfSpeech.right, follow.partOfSpeech.left)) {
444 fzks.add(new WnnWord(key, key, new WnnPOS(word.partOfSpeech.left, follow.partOfSpeech.right)));
  /external/curl/lib/
multi.c 1665 followtype follow=FOLLOW_NONE; local
1893 followtype follow=FOLLOW_NONE; local
    [all...]
  /external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp 1599 void follow(const SUnit *SU) { function in class:__anon25249::SchedDAGReverseDFS
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
gen.c 3353 set follow, rk, f; local
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
CodeGenerator.java 551 * Like Grosch I implemented local FOLLOW sets that are combined at run-time
560 System.out.println("compute FOLLOW "+grammar.name+"."+referencedElementNode.toString()+
566 LookaheadSet follow = null; local
568 // compute follow for this element and, as side-effect, track
570 follow = grammar.FIRST(followingNFAState);
573 if ( follow==null ) {
574 ErrorManager.internalError("no follow state or cannot compute follow");
575 follow = new LookaheadSet();
577 if ( follow.member(Label.EOF) )
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 677 bool follow(const SCEV *S) { function in struct:FindSCEVSize
    [all...]
ScalarEvolutionExpander.cpp 678 // Sort by loop. Use a stable sort so that constants follow non-constants and
746 // Sort by loop. Use a stable sort so that constants follow non-constants.
2184 bool follow(const SCEV *S) { function in struct:__anon25130::SCEVFindUnsafe
    [all...]
  /bionic/libc/kernel/uapi/linux/
coda.h 625 int follow; member in struct:PioctlData
  /development/ndk/platforms/android-21/include/linux/
coda.h 612 int follow; member in struct:PioctlData
  /development/ndk/platforms/android-9/include/linux/
coda.h 578 int follow; member in struct:PioctlData
  /external/kernel-headers/original/uapi/linux/
coda.h 3 follow at your discretion.
724 int follow; member in struct:PioctlData

Completed in 1822 milliseconds

1 2 3 4 5 6 7