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

  /src/external/apache2/llvm/dist/clang/lib/Frontend/
ChainedIncludesSource.cpp 88 /*Extensions=*/{},
162 ArrayRef<std::shared_ptr<ModuleFileExtension>> Extensions;
165 Buffer, Extensions, /*AllowASTWithErrors=*/true);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
PassManagerBuilder.h 45 /// frontends to vend a plugin API, where plugins are allowed to add extensions
61 /// Extensions are passed to the builder itself (so they can see how it is
119 /// EP_FullLinkTimeOptimizationEarly - This extensions point allow adding
124 /// EP_FullLinkTimeOptimizationLast - This extensions point allow adding
191 /// ExtensionList - This is list of all of the extensions that are registered.
192 std::vector<std::pair<ExtensionPointTy, ExtensionFn>> Extensions;
249 // If the collection holding the global extensions is destroyed after the
  /src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
ARM.cpp 388 uint64_t Extensions = llvm::ARM::getDefaultExtensions(CPU, Arch);
389 llvm::ARM::getExtensionFeatures(Extensions, TargetFeatures);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaLookup.cpp 825 StringRef Extensions = FunctionExtensionTable[OpenCLBuiltin.Extension];
826 if (!Extensions.empty()) {
828 Extensions.split(ExtVec, " ");
  /src/external/bsd/libfido2/dist/src/
webauthn.h 57 // Extensions:
78 // Added Extensions:
89 // Added Extensions:
536 // returns the credBlob in the signed extensions
555 // Information about Extensions.
618 // Optional extensions to parse when performing the operation.
619 WEBAUTHN_EXTENSIONS Extensions;
726 // Optional extensions to parse when performing the operation.
727 WEBAUTHN_EXTENSIONS Extensions;
921 WEBAUTHN_EXTENSIONS Extensions;
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 12242 } Extensions[] = {
12273 // FIXME: Unsupported extensions.
12289 for (const auto &Extension : Extensions) {
  /src/sys/external/bsd/acpica/dist/include/
actbl1.h 2595 UINT16 Extensions;

Completed in 33 milliseconds