Searched defs:Function (Results 1 - 6 of 6) sorted by relevance

/frameworks/rs/api/
H A DSpecification.cpp289 Function::Function(const string& name) : Definition(name) { function in class:Function
293 Function::~Function() {
299 bool Function::someParametersAreDocumented() const {
308 void Function::addParameter(ParameterEntry* entry, Scanner* scanner) {
323 void Function::addReturn(ParameterEntry* entry, Scanner* scanner) {
447 void FunctionSpecification::createPermutations(Function* function, Scanner* scanner) {
552 Function* function = systemSpecification.findOrCreateFunction(name, &created);
614 FunctionPermutation::FunctionPermutation(Function* fun
[all...]
H A DSpecification.h30 class Function;
213 class Function : public Definition { class in inherits:Definition
225 Function(const std::string& name);
226 ~Function();
328 Function* mFunction; // Not owned
345 std::string mAttribute; // Function attributes.
360 * The related Function object contains the name of the function without #n, e.g. convert.
378 void createPermutations(Function* function, Scanner* scanner);
381 FunctionSpecification(Function* function) : mFunction(function), mReturn(nullptr) {}
384 Function* getFunctio
[all...]
/frameworks/compile/libbcc/bcinfo/
H A DMetadataExtractor.cpp32 #include "llvm/IR/Function.h"
348 uint32_t MetadataExtractor::calculateNumInputs(const llvm::Function *Function, argument
360 Function->getReturnType()->isVoidTy();
362 return Function->arg_size() - OtherCount;
425 llvm::Function *Func =
/frameworks/compile/mclinker/include/mcld/LD/
H A DResolveInfo.h52 Function = 2, enumerator in enum:mcld::ResolveInfo::Type
245 static const uint32_t function_flag = Function << TYPE_OFFSET;
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSForEachExpand.cpp24 #include <llvm/IR/Function.h>
32 #include <llvm/IR/Function.h>
107 uint32_t getRootSignature(llvm::Function *Function) { argument
113 for (llvm::Function::arg_iterator B = Function->arg_begin(),
114 E = Function->arg_end();
310 llvm::Function *createEmptyExpandedFunction(llvm::StringRef OldName) {
311 llvm::Function *ExpandedFunction =
312 llvm::Function
504 ExpandFunction(llvm::Function *Function, uint32_t Signature) argument
645 ExpandKernel(llvm::Function *Function, uint32_t Signature) argument
947 llvm::Function *Function = Module.getFunction(*FI); local
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 425 milliseconds