HomeSort by: relevance | last modified time | path
    Searched defs:Enter (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_fdr_log_writer.h 124 Enter = 0x00,
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.h 63 virtual void Enter(CodeGenFunction &CGF) {}
1711 /// \a D that should be of the form 'target [{enter|exit} data | update]'.
2468 /// \a D that should be of the form 'target [{enter|exit} data | update]'.
  /src/external/apache2/llvm/dist/clang/lib/Lex/
PPDirectives.cpp 450 // Enter raw mode to disable identifier lookup (and thus macro expansion),
576 // skipping conditional, and if #else hasn't already been seen, enter it
587 // entered, enter the #else block now.
629 // If this condition is true, enter it!
1098 // Enter this token stream so that we re-lex the tokens. Make sure to
1964 // Should we enter the source file? Set to Skip if either the source file is
1968 enum { Enter, Import, Skip, IncludeLimitReached } Action = Enter;
1974 // include cycle. Don't enter already processed files again as it can lead to
1976 if (Action == Enter && HasReachedMaxIncludeDepth && File &
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
OMPIRBuilder.cpp 1756 BasicBlock *Enter = OutermostLoop->getPreheader();
1766 [this, DL, F, InnerEnter, &Enter, &Continue, &OutroInsertBefore](
1770 redirectTo(Enter, EmbeddedLoop->getPreheader(), DL);
1774 Enter = EmbeddedLoop->getBody();
1793 Builder.SetInsertPoint(Enter->getTerminator());
1811 BasicBlock *BodyEnter = Enter;
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 1088 // ScopeFlags, but only when we aren't about to enter a compound statement.
1126 void Enter(unsigned ScopeFlags) {
1147 /// Re-enter the template scopes for a declaration that might be a template.
2917 /// enter a new C++ declarator scope and exit it when the function is

Completed in 41 milliseconds