Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCDynamicLibrarySearchGenerator.h70 SymbolPredicate Allow; variable
H A DExecutionUtils.h259 SymbolPredicate Allow; variable
H A DCore.h1948 SymbolPredicate Allow; variable
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DProfileList.h33 Allow, enumerator
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCDynamicLibrarySearchGenerator.cpp16 ExecutionSession &ES, const char *LibraryPath, SymbolPredicate Allow, in Load()
H A DExecutionUtils.cpp221 sys::DynamicLibrary Dylib, char GlobalPrefix, SymbolPredicate Allow, in DynamicLibrarySearchGenerator()
229 SymbolPredicate Allow, in Load()
H A DCore.cpp596 SymbolPredicate Allow) in ReexportsGenerator()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h54 enum MemTransfer { ForceDisabled = 0, ForceEnabled, Allow }; enumerator
/freebsd/sys/contrib/dev/acpica/components/debugger/
H A Ddbexec.c724 UINT8 Allow; in AcpiDbMethodThread() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DYAMLTraits.cpp50 void IO::setAllowUnknownKeys(bool Allow) { in setAllowUnknownKeys()
474 void Input::setAllowUnknownKeys(bool Allow) { AllowUnknownKeys = Allow; } in setAllowUnknownKeys()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp290 void allowNestedNameSpecifiers(bool Allow = true) { in allowNestedNameSpecifiers()