Home
last modified time | relevance | path

Searched defs:Enter (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/bearssl/T0/
H A DCPU.cs65 internal void Enter(Opcode[] code, int numLocals) in Enter() method in CPU
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp48 void Enter(CodeGenFunction &CGF) override { in Enter() function in __anon61bd5b670111::NVPTXActionTy
726 void Enter(CodeGenFunction &CGF) override { in emitNonSPMDKernel() function in CGOpenMPRuntimeGPU::emitNonSPMDKernel::NVPTXPrePostActionTy
821 void Enter(CodeGenFunction &CGF) override { in emitSPMDKernel() function in CGOpenMPRuntimeGPU::emitSPMDKernel::NVPTXPrePostActionTy
1012 void Enter(CodeGenFunction &CGF) override { in emitTeamsOutlinedFunction() function in CGOpenMPRuntimeGPU::emitTeamsOutlinedFunction::NVPTXPrePostActionTy
H A DCGOpenMPRuntime.h61 virtual void Enter(CodeGenFunction &CGF) {} in Enter() function
H A DCGOpenMPRuntime.cpp159 void Enter(CodeGenFunction &CGF) override { in Enter() function in __anon93cce0fb0111::CGOpenMPTaskOutlinedRegionInfo::UntiedTaskActionTy
1965 void Enter(CodeGenFunction &CGF) override { in Enter() function in __anon93cce0fb0a11::CommonActionTy
6055 void Enter(CodeGenFunction &CGF) override { in Enter() function in __anon93cce0fb2c11::OMPUsesAllocatorsActionTy
H A DCGStmtOpenMP.cpp7611 void Enter(CodeGenFunction &CGF) override { in EmitOMPTargetDataDirective() function in CodeGenFunction::EmitOMPTargetDataDirective::DevicePointerPrivActionTy
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp33 Enter, enumerator
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp839 if (auto Enter = PP.getAs<CallEnter>()) { in findCallEnter() local
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp277 void Enter(const EditLineCharType *line_cstr) { in Enter() function in lldb_private::line_editor::EditlineHistory
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp2354 enum { Enter, Import, Skip, IncludeLimitReached } Action = Enter; in HandleHeaderIncludeOrImport() enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h440 void Enter(unsigned ScopeFlags) { in Enter() function
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp5207 BasicBlock *Enter = OutermostLoop->getPreheader(); in tileLoops() local